#334AC4

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

Shades of Cerulean Blue #334AC4

Tints of Cerulean Blue #334AC4

Color information

#334AC4 (or 0x334AC4) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4A and C4. RGB value is (51,74,196). Sum of RGB (Red+Green+Blue) = 51+74+196=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 196 (76.95% from 255 or 61.06% from 321); Max value from RGB is 196 - color contains mainly: blue. Hex color #334AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AC4 is #CCB53B. Grayscale: #505050. Windows color (decimal): -13415740 or 12864051. OLE color: 12864051.

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

Color convert

RGB5174196-
CMYK0.740.6200.23
HSL230.48º58.7%48.43%-
HSV(B)230.48º73.98%76.86%-
XYZ13.789.5953.35-
YUV81.03192.88106.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 196 (76.95% from 255) = 61.06%
R=15.89%
G=23.05%
B=61.06%

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
Decimal51741960.740.6200.23230.4858.748.43
Hex334AC44A3E017e63b30
Octal63112304112760273467360
Binary110011100101011000100100101011111001011111100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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