Html Css Color HEX #334CAB Cerulean Blue

📋 copy color: '#334CAB'

red 51 ◦ green 76 ◦ blue 171

#334CAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #334CAB

Tints of Cerulean Blue #334CAB

RGB

 RED value IS 51 (20.31% from 255) = 17.11%

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 17.11%
G = 25.5%
B = 57.38%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#334CAB (or 0x334CAB) is known color: Cerulean Blue. HEX triplet: 33, 4C and AB. RGB value is (51,76,171). Sum of RGB (Red+Green+Blue) = 51+76+171=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #334CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334CAB is #CCB354. Grayscale: #4E4E4E. Windows color (decimal): -13415253 or 11226163. OLE color: 11226163.

HSL color Cylindrical-coordinate representation of color #334CAB: hue angle of 227.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334CAB is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 76 171 -
CMYK 0.70 0.56 0 0.33
HSL 227.5º 0.54% 0.44% -
HSV(B) 227.5º 0.7% 0.67% -
XYZ 11.3 8.81 39.63 -
YUV 79.36 179.72 107.78 -
System Red Green Blue C M Y K H S L
Decimal 51 76 171 0.70 0.56 0 0.33 227.5 0.54 0.44
Hex 33 4C AB 46 38 0 21 E4 36 2C
Octal 63 114 253 106 70 0 41 344 66 54
Binary 110011 1001100 10101011 1000110 111000 0 100001 11100100 110110 101100

Color Harmonies of #334CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CAB

Black with #334CAB

Text Example


Text Example

White with #334CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #334CAB;
 }
 .AnyTagClassName
 {
   color: #334CAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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