Html Css Color HEX #344DAA Cerulean Blue

📋 copy color: '#344DAA'

red 52 ◦ green 77 ◦ blue 170

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

Shades of Cerulean Blue #344DAA

Tints of Cerulean Blue #344DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 17.39%
G = 25.75%
B = 56.86%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#344DAA (or 0x344DAA) is known color: Cerulean Blue. HEX triplet: 34, 4D and AA. RGB value is (52,77,170). Sum of RGB (Red+Green+Blue) = 52+77+170=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #344DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DAA is #CBB255. Grayscale: #4F4F4F. Windows color (decimal): -13349462 or 11160884. OLE color: 11160884.

HSL color Cylindrical-coordinate representation of color #344DAA: hue angle of 227.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #344DAA is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 77 170 -
CMYK 0.69 0.55 0 0.33
HSL 227.29º 0.53% 0.44% -
HSV(B) 227.29º 0.69% 0.67% -
XYZ 11.33 8.94 39.16 -
YUV 80.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 52 77 170 0.69 0.55 0 0.33 227.29 0.53 0.44
Hex 34 4D AA 45 37 0 21 E3 35 2C
Octal 64 115 252 105 67 0 41 343 65 54
Binary 110100 1001101 10101010 1000101 110111 0 100001 11100011 110101 101100

Color Harmonies of #344DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DAA

Black with #344DAA

Text Example


Text Example

White with #344DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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