#334CC4

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

Shades of Cerulean Blue #334CC4

Tints of Cerulean Blue #334CC4

Color information

#334CC4 (or 0x334CC4) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4C and C4. RGB value is (51,76,196). Sum of RGB (Red+Green+Blue) = 51+76+196=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #334CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CC4 is #CCB33B. Grayscale: #515151. Windows color (decimal): -13415228 or 12864563. OLE color: 12864563.

HSL color Cylindrical-coordinate representation of color #334CC4: hue angle of 229.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334CC4 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5176196-
CMYK0.740.6100.23
HSL229.66º58.7%48.43%-
HSV(B)229.66º73.98%76.86%-
XYZ13.919.8653.39-
YUV82.2192.22105.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 196 (76.95% from 255) = 60.68%
R=15.79%
G=23.53%
B=60.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51761960.740.6100.23229.6658.748.43
Hex334CC44A3D017e63b30
Octal63114304112750273467360
Binary110011100110011000100100101011110101011111100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,196); }

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

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

 a { background-color: rgb(51,76,196); }

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

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

 span { border-color: rgb(51,76,196); }

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