Html Css Color HEX #3452AB Cerulean Blue

📋 copy color: '#3452AB'

red 52 ◦ green 82 ◦ blue 171

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

Shades of Cerulean Blue #3452AB

Tints of Cerulean Blue #3452AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 17.05%
G = 26.89%
B = 56.07%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3452AB (or 0x3452AB) is known color: Cerulean Blue. HEX triplet: 34, 52 and AB. RGB value is (52,82,171). Sum of RGB (Red+Green+Blue) = 52+82+171=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #3452AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3452AB is #CBAD54. Grayscale: #525252. Windows color (decimal): -13348181 or 11227700. OLE color: 11227700.

HSL color Cylindrical-coordinate representation of color #3452AB: hue angle of 224.87º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3452AB is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 82 171 -
CMYK 0.70 0.52 0 0.33
HSL 224.87º 0.53% 0.44% -
HSV(B) 224.87º 0.7% 0.67% -
XYZ 11.78 9.7 39.78 -
YUV 83.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 52 82 171 0.70 0.52 0 0.33 224.87 0.53 0.44
Hex 34 52 AB 46 34 0 21 E1 35 2C
Octal 64 122 253 106 64 0 41 341 65 54
Binary 110100 1010010 10101011 1000110 110100 0 100001 11100001 110101 101100

Color Harmonies of #3452AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3452AB

Black with #3452AB

Text Example


Text Example

White with #3452AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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