Html Css Color HEX #2852AD Cerulean Blue

📋 copy color: '#2852AD'

red 40 ◦ green 82 ◦ blue 173

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

Shades of Cerulean Blue #2852AD

Tints of Cerulean Blue #2852AD

RGB

 RED value IS 40 (16.02% from 255) = 13.56%

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

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

R = 13.56%
G = 27.8%
B = 58.64%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2852AD (or 0x2852AD) is known color: Cerulean Blue. HEX triplet: 28, 52 and AD. RGB value is (40,82,173). Sum of RGB (Red+Green+Blue) = 40+82+173=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #2852AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2852AD is #D7AD52. Grayscale: #4F4F4F. Windows color (decimal): -14134611 or 11358760. OLE color: 11358760.

HSL color Cylindrical-coordinate representation of color #2852AD: hue angle of 221.05º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2852AD is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 82 173 -
CMYK 0.77 0.53 0 0.32
HSL 221.05º 0.62% 0.42% -
HSV(B) 221.05º 0.77% 0.68% -
XYZ 11.44 9.5 40.77 -
YUV 79.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 40 82 173 0.77 0.53 0 0.32 221.05 0.62 0.42
Hex 28 52 AD 4D 35 0 20 DD 3E 2A
Octal 50 122 255 115 65 0 40 335 76 52
Binary 101000 1010010 10101101 1001101 110101 0 100000 11011101 111110 101010

Color Harmonies of #2852AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852AD

Black with #2852AD

Text Example


Text Example

White with #2852AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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