Html Css Color HEX #334BAB Cerulean Blue

📋 copy color: '#334BAB'

red 51 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #334BAB

Tints of Cerulean Blue #334BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

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

R = 17.17%
G = 25.25%
B = 57.58%

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

#334BAB (or 0x334BAB) is known color: Cerulean Blue. HEX triplet: 33, 4B and AB. RGB value is (51,75,171). Sum of RGB (Red+Green+Blue) = 51+75+171=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #334BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BAB is #CCB454. Grayscale: #4E4E4E. Windows color (decimal): -13415509 or 11225907. OLE color: 11225907.

HSL color Cylindrical-coordinate representation of color #334BAB: hue angle of 228º 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 #334BAB is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 75 171 -
CMYK 0.70 0.56 0 0.33
HSL 228º 0.54% 0.44% -
HSV(B) 228º 0.7% 0.67% -
XYZ 11.23 8.68 39.61 -
YUV 78.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 51 75 171 0.70 0.56 0 0.33 228 0.54 0.44
Hex 33 4B AB 46 38 0 21 E4 36 2C
Octal 63 113 253 106 70 0 41 344 66 54
Binary 110011 1001011 10101011 1000110 111000 0 100001 11100100 110110 101100

Color Harmonies of #334BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BAB

Black with #334BAB

Text Example


Text Example

White with #334BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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