Html Css Color HEX #3452AA Cerulean Blue

📋 copy color: '#3452AA'

red 52 ◦ green 82 ◦ blue 170

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

Shades of Cerulean Blue #3452AA

Tints of Cerulean Blue #3452AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 17.11%
G = 26.97%
B = 55.92%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3452AA (or 0x3452AA) is known color: Cerulean Blue. HEX triplet: 34, 52 and AA. RGB value is (52,82,170). Sum of RGB (Red+Green+Blue) = 52+82+170=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #3452AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3452AA is #CBAD55. Grayscale: #525252. Windows color (decimal): -13348182 or 11162164. OLE color: 11162164.

HSL color Cylindrical-coordinate representation of color #3452AA: hue angle of 224.75º 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 #3452AA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 82 170 -
CMYK 0.69 0.52 0 0.33
HSL 224.75º 0.53% 0.44% -
HSV(B) 224.75º 0.69% 0.67% -
XYZ 11.69 9.67 39.28 -
YUV 83.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 52 82 170 0.69 0.52 0 0.33 224.75 0.53 0.44
Hex 34 52 AA 45 34 0 21 E1 35 2C
Octal 64 122 252 105 64 0 41 341 65 54
Binary 110100 1010010 10101010 1000101 110100 0 100001 11100001 110101 101100

Color Harmonies of #3452AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3452AA

Black with #3452AA

Text Example


Text Example

White with #3452AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3452AA; }

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

 H1.HeaderClassName
 {
   color: #3452AA;
 }
 .AnyTagClassName
 {
   color: #3452AA;
 }
</style>

background-color css

<style>
 a { background-color: #3452AA; }

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

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

border-color css

<style>
 span { border-color: #3452AA; }

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

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