Html Css Color HEX #344DAE Cerulean Blue

📋 copy color: '#344DAE'

red 52 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #344DAE

Tints of Cerulean Blue #344DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 17.16%
G = 25.41%
B = 57.43%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#344DAE (or 0x344DAE) is known color: Cerulean Blue. HEX triplet: 34, 4D and AE. RGB value is (52,77,174). Sum of RGB (Red+Green+Blue) = 52+77+174=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #344DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DAE is #CBB251. Grayscale: #505050. Windows color (decimal): -13349458 or 11423028. OLE color: 11423028.

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

Color convert

RGB 52 77 174 -
CMYK 0.70 0.56 0 0.32
HSL 227.7º 0.54% 0.44% -
HSV(B) 227.7º 0.7% 0.68% -
XYZ 11.71 9.09 41.18 -
YUV 80.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 52 77 174 0.70 0.56 0 0.32 227.7 0.54 0.44
Hex 34 4D AE 46 38 0 20 E4 36 2C
Octal 64 115 256 106 70 0 40 344 66 54
Binary 110100 1001101 10101110 1000110 111000 0 100000 11100100 110110 101100

Color Harmonies of #344DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DAE

Black with #344DAE

Text Example


Text Example

White with #344DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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