Html Css Color HEX #344EAC Cerulean Blue

📋 copy color: '#344EAC'

red 52 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #344EAC

Tints of Cerulean Blue #344EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.83%

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

R = 17.22%
G = 25.83%
B = 56.95%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#344EAC (or 0x344EAC) is known color: Cerulean Blue. HEX triplet: 34, 4E and AC. RGB value is (52,78,172). Sum of RGB (Red+Green+Blue) = 52+78+172=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #344EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344EAC is #CBB153. Grayscale: #505050. Windows color (decimal): -13349204 or 11292212. OLE color: 11292212.

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

Color convert

RGB 52 78 172 -
CMYK 0.70 0.55 0 0.33
HSL 227º 0.54% 0.44% -
HSV(B) 227º 0.7% 0.67% -
XYZ 11.59 9.16 40.19 -
YUV 80.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 52 78 172 0.70 0.55 0 0.33 227 0.54 0.44
Hex 34 4E AC 46 37 0 21 E3 36 2C
Octal 64 116 254 106 67 0 41 343 66 54
Binary 110100 1001110 10101100 1000110 110111 0 100001 11100011 110110 101100

Color Harmonies of #344EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EAC

Black with #344EAC

Text Example


Text Example

White with #344EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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