Html Css Color HEX #3449AE Cerulean Blue

📋 copy color: '#3449AE'

red 52 ◦ green 73 ◦ blue 174

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

Shades of Cerulean Blue #3449AE

Tints of Cerulean Blue #3449AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 17.39%
G = 24.41%
B = 58.19%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3449AE (or 0x3449AE) is known color: Cerulean Blue. HEX triplet: 34, 49 and AE. RGB value is (52,73,174). Sum of RGB (Red+Green+Blue) = 52+73+174=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #3449AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3449AE is #CBB651. Grayscale: #4D4D4D. Windows color (decimal): -13350482 or 11422004. OLE color: 11422004.

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

Color convert

RGB 52 73 174 -
CMYK 0.70 0.58 0 0.32
HSL 229.67º 0.54% 0.44% -
HSV(B) 229.67º 0.7% 0.68% -
XYZ 11.44 8.55 41.09 -
YUV 78.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 52 73 174 0.70 0.58 0 0.32 229.67 0.54 0.44
Hex 34 49 AE 46 3A 0 20 E6 36 2C
Octal 64 111 256 106 72 0 40 346 66 54
Binary 110100 1001001 10101110 1000110 111010 0 100000 11100110 110110 101100

Color Harmonies of #3449AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3449AE

Black with #3449AE

Text Example


Text Example

White with #3449AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3449AE; }

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

 H1.HeaderClassName
 {
   color: #3449AE;
 }
 .AnyTagClassName
 {
   color: #3449AE;
 }
</style>

background-color css

<style>
 a { background-color: #3449AE; }

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

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

border-color css

<style>
 span { border-color: #3449AE; }

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

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