Html Css Color HEX #344BAE Cerulean Blue

📋 copy color: '#344BAE'

red 52 ◦ green 75 ◦ blue 174

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

Shades of Cerulean Blue #344BAE

Tints of Cerulean Blue #344BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 17.28%
G = 24.92%
B = 57.81%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#344BAE (or 0x344BAE) is known color: Cerulean Blue. HEX triplet: 34, 4B and AE. RGB value is (52,75,174). Sum of RGB (Red+Green+Blue) = 52+75+174=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #344BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344BAE is #CBB451. Grayscale: #4E4E4E. Windows color (decimal): -13349970 or 11422516. OLE color: 11422516.

HSL color Cylindrical-coordinate representation of color #344BAE: hue angle of 228.69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344BAE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 75 174 -
CMYK 0.70 0.57 0 0.32
HSL 228.69º 0.54% 0.44% -
HSV(B) 228.69º 0.7% 0.68% -
XYZ 11.57 8.82 41.14 -
YUV 79.41 181.38 108.45 -
System Red Green Blue C M Y K H S L
Decimal 52 75 174 0.70 0.57 0 0.32 228.69 0.54 0.44
Hex 34 4B AE 46 39 0 20 E5 36 2C
Octal 64 113 256 106 71 0 40 345 66 54
Binary 110100 1001011 10101110 1000110 111001 0 100000 11100101 110110 101100

Color Harmonies of #344BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344BAE

Black with #344BAE

Text Example


Text Example

White with #344BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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