Html Css Color HEX #2855AA Cerulean Blue

📋 copy color: '#2855AA'

red 40 ◦ green 85 ◦ blue 170

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

Shades of Cerulean Blue #2855AA

Tints of Cerulean Blue #2855AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 13.56%
G = 28.81%
B = 57.63%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2855AA (or 0x2855AA) is known color: Cerulean Blue. HEX triplet: 28, 55 and AA. RGB value is (40,85,170). Sum of RGB (Red+Green+Blue) = 40+85+170=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #2855AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2855AA is #D7AA55. Grayscale: #505050. Windows color (decimal): -14133846 or 11162920. OLE color: 11162920.

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

Color convert

RGB 40 85 170 -
CMYK 0.76 0.50 0 0.33
HSL 219.23º 0.62% 0.41% -
HSV(B) 219.23º 0.76% 0.67% -
XYZ 11.38 9.85 39.33 -
YUV 81.24 178.09 98.59 -
System Red Green Blue C M Y K H S L
Decimal 40 85 170 0.76 0.50 0 0.33 219.23 0.62 0.41
Hex 28 55 AA 4C 32 0 21 DB 3E 29
Octal 50 125 252 114 62 0 41 333 76 51
Binary 101000 1010101 10101010 1001100 110010 0 100001 11011011 111110 101001

Color Harmonies of #2855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855AA

Black with #2855AA

Text Example


Text Example

White with #2855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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