Html Css Color HEX #2848AA Cerulean Blue

📋 copy color: '#2848AA'

red 40 ◦ green 72 ◦ blue 170

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

Shades of Cerulean Blue #2848AA

Tints of Cerulean Blue #2848AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 14.18%
G = 25.53%
B = 60.28%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2848AA (or 0x2848AA) is known color: Cerulean Blue. HEX triplet: 28, 48 and AA. RGB value is (40,72,170). Sum of RGB (Red+Green+Blue) = 40+72+170=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #2848AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2848AA is #D7B755. Grayscale: #494949. Windows color (decimal): -14137174 or 11159592. OLE color: 11159592.

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

Color convert

RGB 40 72 170 -
CMYK 0.76 0.58 0 0.33
HSL 225.23º 0.62% 0.41% -
HSV(B) 225.23º 0.76% 0.67% -
XYZ 10.45 7.99 39.02 -
YUV 73.6 182.4 104.03 -
System Red Green Blue C M Y K H S L
Decimal 40 72 170 0.76 0.58 0 0.33 225.23 0.62 0.41
Hex 28 48 AA 4C 3A 0 21 E1 3E 29
Octal 50 110 252 114 72 0 41 341 76 51
Binary 101000 1001000 10101010 1001100 111010 0 100001 11100001 111110 101001

Color Harmonies of #2848AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2848AA

Black with #2848AA

Text Example


Text Example

White with #2848AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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