Html Css Color HEX #344AAE Cerulean Blue

📋 copy color: '#344AAE'

red 52 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #344AAE

Tints of Cerulean Blue #344AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

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

R = 17.33%
G = 24.67%
B = 58%

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

#344AAE (or 0x344AAE) is known color: Cerulean Blue. HEX triplet: 34, 4A and AE. RGB value is (52,74,174). Sum of RGB (Red+Green+Blue) = 52+74+174=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #344AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344AAE is #CBB551. Grayscale: #4E4E4E. Windows color (decimal): -13350226 or 11422260. OLE color: 11422260.

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

Color convert

RGB 52 74 174 -
CMYK 0.70 0.57 0 0.32
HSL 229.18º 0.54% 0.44% -
HSV(B) 229.18º 0.7% 0.68% -
XYZ 11.5 8.68 41.11 -
YUV 78.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 52 74 174 0.70 0.57 0 0.32 229.18 0.54 0.44
Hex 34 4A AE 46 39 0 20 E5 36 2C
Octal 64 112 256 106 71 0 40 345 66 54
Binary 110100 1001010 10101110 1000110 111001 0 100000 11100101 110110 101100

Color Harmonies of #344AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344AAE

Black with #344AAE

Text Example


Text Example

White with #344AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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