#334ABC

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

Shades of Cerulean Blue #334ABC

Tints of Cerulean Blue #334ABC

Color information

#334ABC (or 0x334ABC) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4A and BC. RGB value is (51,74,188). Sum of RGB (Red+Green+Blue) = 51+74+188=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #334ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ABC is #CCB543. Grayscale: #4F4F4F. Windows color (decimal): -13415748 or 12339763. OLE color: 12339763.

HSL color Cylindrical-coordinate representation of color #334ABC: hue angle of 229.93º 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 #334ABC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5174188-
CMYK0.730.6100.26
HSL229.93º57.32%46.86%-
HSV(B)229.93º72.87%73.73%-
XYZ12.899.2348.68-
YUV80.12188.88107.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=16.29%
G=23.64%
B=60.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51741880.730.6100.26229.9357.3246.86
Hex334ABC493D01Ae6392f
Octal63112274111750323467157
Binary110011100101010111100100100111110101101011100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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