Html Css Color HEX #344BAB Cerulean Blue

📋 copy color: '#344BAB'

red 52 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #344BAB

Tints of Cerulean Blue #344BAB

RGB

 RED value IS 52 (20.7% from 255) = 17.45%

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

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

R = 17.45%
G = 25.17%
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

#344BAB (or 0x344BAB) is known color: Cerulean Blue. HEX triplet: 34, 4B and AB. RGB value is (52,75,171). Sum of RGB (Red+Green+Blue) = 52+75+171=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 75 (29.69% from 255 or 25.17% 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 #344BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344BAB is #CBB454. Grayscale: #4E4E4E. Windows color (decimal): -13349973 or 11225908. OLE color: 11225908.

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

Color convert

RGB 52 75 171 -
CMYK 0.70 0.56 0 0.33
HSL 228.4º 0.53% 0.44% -
HSV(B) 228.4º 0.7% 0.67% -
XYZ 11.28 8.7 39.61 -
YUV 79.07 179.88 108.69 -
System Red Green Blue C M Y K H S L
Decimal 52 75 171 0.70 0.56 0 0.33 228.4 0.53 0.44
Hex 34 4B AB 46 38 0 21 E4 35 2C
Octal 64 113 253 106 70 0 41 344 65 54
Binary 110100 1001011 10101011 1000110 111000 0 100001 11100100 110101 101100

Color Harmonies of #344BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344BAB

Black with #344BAB

Text Example


Text Example

White with #344BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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