Html Css Color HEX #3452AD Cerulean Blue

📋 copy color: '#3452AD'

red 52 ◦ green 82 ◦ blue 173

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

Shades of Cerulean Blue #3452AD

Tints of Cerulean Blue #3452AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 16.94%
G = 26.71%
B = 56.35%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3452AD (or 0x3452AD) is known color: Cerulean Blue. HEX triplet: 34, 52 and AD. RGB value is (52,82,173). Sum of RGB (Red+Green+Blue) = 52+82+173=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #3452AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3452AD is #CBAD52. Grayscale: #535353. Windows color (decimal): -13348179 or 11358772. OLE color: 11358772.

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

Color convert

RGB 52 82 173 -
CMYK 0.70 0.53 0 0.32
HSL 225.12º 0.54% 0.44% -
HSV(B) 225.12º 0.7% 0.68% -
XYZ 11.98 9.78 40.79 -
YUV 83.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 52 82 173 0.70 0.53 0 0.32 225.12 0.54 0.44
Hex 34 52 AD 46 35 0 20 E1 36 2C
Octal 64 122 255 106 65 0 40 341 66 54
Binary 110100 1010010 10101101 1000110 110101 0 100000 11100001 110110 101100

Color Harmonies of #3452AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3452AD

Black with #3452AD

Text Example


Text Example

White with #3452AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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