#3261B4

Color #3261B4 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3261B4

Tints of Cerulean Blue #3261B4

Color information

#3261B4 (or 0x3261B4) is unknown color: approx Cerulean Blue. HEX triplet: 32, 61 and B4. RGB value is (50,97,180). Sum of RGB (Red+Green+Blue) = 50+97+180=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #3261B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261B4 is #CD9E4B. Grayscale: #5C5C5C. Windows color (decimal): -13475404 or 11821362. OLE color: 11821362.

HSL color Cylindrical-coordinate representation of color #3261B4: hue angle of 218.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3261B4 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5097180-
CMYK0.720.4600.29
HSL218.31º56.52%45.1%-
HSV(B)218.31º72.22%70.59%-
XYZ13.8312.5244.87-
YUV92.41177.4397.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 180 (70.70% from 255) = 55.05%
R=15.29%
G=29.66%
B=55.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50971800.720.4600.29218.3156.5245.1
Hex3261B4482E01Dda392d
Octal62141264110560353327155
Binary110010110000110110100100100010111001110111011010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3261B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3261B4; }

 p { color: rgb(50,97,180); }

 H1.HeaderClassName
 {
   color: #3261B4;
 }
 .AnyTagClassName
 {
   color: #3261B4;
 }
</style>
background-color css

<style>
 a { background-color: #3261B4; }

 a { background-color: rgb(50,97,180); }

 div.DivClassName
 {
   background-color: #3261B4;
 }
 .BgClassName
 {
   background-color: #3261B4;
 }
</style>
border-color css

<style>
 span { border-color: #3261B4; }

 span { border-color: rgb(50,97,180); }

 td.TdClassName
 {
   border-color: #3261B4;
 }
 .TagClassName
 {
   border-color: #3261B4;
 }
</style>