#334DB5

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

Shades of Cerulean Blue #334DB5

Tints of Cerulean Blue #334DB5

Color information

#334DB5 (or 0x334DB5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4D and B5. RGB value is (51,77,181). Sum of RGB (Red+Green+Blue) = 51+77+181=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #334DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DB5 is #CCB24A. Grayscale: #505050. Windows color (decimal): -13414987 or 11881779. OLE color: 11881779.

HSL color Cylindrical-coordinate representation of color #334DB5: hue angle of 228º degrees, saturation: 0.56, 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 #334DB5 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5177181-
CMYK0.720.5700.29
HSL228º56.03%45.49%-
HSV(B)228º71.82%70.98%-
XYZ12.369.3544.87-
YUV81.08184.39106.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 181 (71.09% from 255) = 58.58%
R=16.50%
G=24.92%
B=58.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51771810.720.5700.2922856.0345.49
Hex334DB5483901De4382d
Octal63115265110710353447055
Binary110011100110110110101100100011100101110111100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334DB5; }

 p { color: rgb(51,77,181); }

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

<style>
 a { background-color: #334DB5; }

 a { background-color: rgb(51,77,181); }

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

<style>
 span { border-color: #334DB5; }

 span { border-color: rgb(51,77,181); }

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