Html Css Color HEX #344BAC Cerulean Blue

📋 copy color: '#344BAC'

red 52 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #344BAC

Tints of Cerulean Blue #344BAC

RGB

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

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

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

R = 17.39%
G = 25.08%
B = 57.53%

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

#344BAC (or 0x344BAC) is known color: Cerulean Blue. HEX triplet: 34, 4B and AC. RGB value is (52,75,172). Sum of RGB (Red+Green+Blue) = 52+75+172=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #344BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344BAC is #CBB453. Grayscale: #4E4E4E. Windows color (decimal): -13349972 or 11291444. OLE color: 11291444.

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

Color convert

RGB 52 75 172 -
CMYK 0.70 0.56 0 0.33
HSL 228.5º 0.54% 0.44% -
HSV(B) 228.5º 0.7% 0.67% -
XYZ 11.38 8.74 40.12 -
YUV 79.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 52 75 172 0.70 0.56 0 0.33 228.5 0.54 0.44
Hex 34 4B AC 46 38 0 21 E4 36 2C
Octal 64 113 254 106 70 0 41 344 66 54
Binary 110100 1001011 10101100 1000110 111000 0 100001 11100100 110110 101100

Color Harmonies of #344BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344BAC

Black with #344BAC

Text Example


Text Example

White with #344BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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