#334BB4

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

Shades of Cerulean Blue #334BB4

Tints of Cerulean Blue #334BB4

Color information

#334BB4 (or 0x334BB4) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4B and B4. RGB value is (51,75,180). Sum of RGB (Red+Green+Blue) = 51+75+180=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #334BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BB4 is #CCB44B. Grayscale: #4F4F4F. Windows color (decimal): -13415500 or 11815731. OLE color: 11815731.

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

Color convert

RGB5175180-
CMYK0.720.5800.29
HSL228.84º55.84%45.29%-
HSV(B)228.84º71.67%70.59%-
XYZ12.129.0344.28-
YUV79.79184.55107.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 180 (70.70% from 255) = 58.82%
R=16.67%
G=24.51%
B=58.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51751800.720.5800.29228.8455.8445.29
Hex334BB4483A01De5382d
Octal63113264110720353457055
Binary110011100101110110100100100011101001110111100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,75,180); }

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

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

 a { background-color: rgb(51,75,180); }

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

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

 span { border-color: rgb(51,75,180); }

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