Html Css Color HEX #2846AA Cerulean Blue

📋 copy color: '#2846AA'

red 40 ◦ green 70 ◦ blue 170

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

Shades of Cerulean Blue #2846AA

Tints of Cerulean Blue #2846AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 14.29%
G = 25%
B = 60.71%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2846AA (or 0x2846AA) is known color: Cerulean Blue. HEX triplet: 28, 46 and AA. RGB value is (40,70,170). Sum of RGB (Red+Green+Blue) = 40+70+170=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #2846AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2846AA is #D7B955. Grayscale: #484848. Windows color (decimal): -14137686 or 11159080. OLE color: 11159080.

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

Color convert

RGB 40 70 170 -
CMYK 0.76 0.59 0 0.33
HSL 226.15º 0.62% 0.41% -
HSV(B) 226.15º 0.76% 0.67% -
XYZ 10.32 7.73 38.98 -
YUV 72.43 183.06 104.87 -
System Red Green Blue C M Y K H S L
Decimal 40 70 170 0.76 0.59 0 0.33 226.15 0.62 0.41
Hex 28 46 AA 4C 3B 0 21 E2 3E 29
Octal 50 106 252 114 73 0 41 342 76 51
Binary 101000 1000110 10101010 1001100 111011 0 100001 11100010 111110 101001

Color Harmonies of #2846AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2846AA

Black with #2846AA

Text Example


Text Example

White with #2846AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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