Html Css Color HEX #334BAC Cerulean Blue

📋 copy color: '#334BAC'

red 51 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #334BAC

Tints of Cerulean Blue #334BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 17.11%
G = 25.17%
B = 57.72%

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

#334BAC (or 0x334BAC) is known color: Cerulean Blue. HEX triplet: 33, 4B and AC. RGB value is (51,75,172). Sum of RGB (Red+Green+Blue) = 51+75+172=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #334BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BAC is #CCB453. Grayscale: #4E4E4E. Windows color (decimal): -13415508 or 11291443. OLE color: 11291443.

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

Color convert

RGB 51 75 172 -
CMYK 0.70 0.56 0 0.33
HSL 228.1º 0.54% 0.44% -
HSV(B) 228.1º 0.7% 0.67% -
XYZ 11.33 8.71 40.11 -
YUV 78.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 51 75 172 0.70 0.56 0 0.33 228.1 0.54 0.44
Hex 33 4B AC 46 38 0 21 E4 36 2C
Octal 63 113 254 106 70 0 41 344 66 54
Binary 110011 1001011 10101100 1000110 111000 0 100001 11100100 110110 101100

Color Harmonies of #334BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BAC

Black with #334BAC

Text Example


Text Example

White with #334BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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