#334BC4

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

Shades of Cerulean Blue #334BC4

Tints of Cerulean Blue #334BC4

Color information

#334BC4 (or 0x334BC4) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4B and C4. RGB value is (51,75,196). Sum of RGB (Red+Green+Blue) = 51+75+196=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #334BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BC4 is #CCB43B. Grayscale: #515151. Windows color (decimal): -13415484 or 12864307. OLE color: 12864307.

HSL color Cylindrical-coordinate representation of color #334BC4: hue angle of 230.07º 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 #334BC4 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5175196-
CMYK0.740.6200.23
HSL230.07º58.7%48.43%-
HSV(B)230.07º73.98%76.86%-
XYZ13.859.7253.37-
YUV81.62192.55106.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 196 (76.95% from 255) = 60.87%
R=15.84%
G=23.29%
B=60.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51751960.740.6200.23230.0758.748.43
Hex334BC44A3E017e63b30
Octal63113304112760273467360
Binary110011100101111000100100101011111001011111100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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