#334DBD

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

Shades of Cerulean Blue #334DBD

Tints of Cerulean Blue #334DBD

Color information

#334DBD (or 0x334DBD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4D and BD. RGB value is (51,77,189). Sum of RGB (Red+Green+Blue) = 51+77+189=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #334DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DBD is #CCB242. Grayscale: #515151. Windows color (decimal): -13414979 or 12406067. OLE color: 12406067.

HSL color Cylindrical-coordinate representation of color #334DBD: hue angle of 228.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334DBD is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5177189-
CMYK0.730.5900.26
HSL228.7º57.5%47.06%-
HSV(B)228.7º73.02%74.12%-
XYZ13.29.6949.32-
YUV81.99188.39105.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=16.09%
G=24.29%
B=59.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51771890.730.5900.26228.757.547.06
Hex334DBD493B01Ae53a2f
Octal63115275111730323457257
Binary110011100110110111101100100111101101101011100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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