Html Css Color HEX #2853AA Cerulean Blue

📋 copy color: '#2853AA'

red 40 ◦ green 83 ◦ blue 170

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

Shades of Cerulean Blue #2853AA

Tints of Cerulean Blue #2853AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

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

R = 13.65%
G = 28.33%
B = 58.02%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2853AA (or 0x2853AA) is known color: Cerulean Blue. HEX triplet: 28, 53 and AA. RGB value is (40,83,170). Sum of RGB (Red+Green+Blue) = 40+83+170=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #2853AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2853AA is #D7AC55. Grayscale: #4F4F4F. Windows color (decimal): -14134358 or 11162408. OLE color: 11162408.

HSL color Cylindrical-coordinate representation of color #2853AA: hue angle of 220.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2853AA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 83 170 -
CMYK 0.76 0.51 0 0.33
HSL 220.15º 0.62% 0.41% -
HSV(B) 220.15º 0.76% 0.67% -
XYZ 11.22 9.54 39.28 -
YUV 80.06 178.75 99.43 -
System Red Green Blue C M Y K H S L
Decimal 40 83 170 0.76 0.51 0 0.33 220.15 0.62 0.41
Hex 28 53 AA 4C 33 0 21 DC 3E 29
Octal 50 123 252 114 63 0 41 334 76 51
Binary 101000 1010011 10101010 1001100 110011 0 100001 11011100 111110 101001

Color Harmonies of #2853AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2853AA

Black with #2853AA

Text Example


Text Example

White with #2853AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,83,170); }

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

background-color css

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

 a { background-color: rgb(40,83,170); }

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

border-color css

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

 span { border-color: rgb(40,83,170); }

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