Html Css Color HEX #2849BA Cerulean Blue

📋 copy color: '#2849BA'

red 40 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #2849BA

Tints of Cerulean Blue #2849BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 13.38%
G = 24.41%
B = 62.21%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2849BA (or 0x2849BA) is known color: Cerulean Blue. HEX triplet: 28, 49 and BA. RGB value is (40,73,186). Sum of RGB (Red+Green+Blue) = 40+73+186=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #2849BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849BA is #D7B645. Grayscale: #4B4B4B. Windows color (decimal): -14136902 or 12208424. OLE color: 12208424.

HSL color Cylindrical-coordinate representation of color #2849BA: hue angle of 226.44º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2849BA is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 73 186 -
CMYK 0.78 0.61 0 0.27
HSL 226.44º 0.65% 0.44% -
HSV(B) 226.44º 0.78% 0.73% -
XYZ 12.12 8.76 47.51 -
YUV 76.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 40 73 186 0.78 0.61 0 0.27 226.44 0.65 0.44
Hex 28 49 BA 4E 3D 0 1B E2 41 2C
Octal 50 111 272 116 75 0 33 342 101 54
Binary 101000 1001001 10111010 1001110 111101 0 11011 11100010 1000001 101100

Color Harmonies of #2849BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849BA

Black with #2849BA

Text Example


Text Example

White with #2849BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2849BA; }

 p { color: rgb(40,73,186); }

 H1.HeaderClassName
 {
   color: #2849BA;
 }
 .AnyTagClassName
 {
   color: #2849BA;
 }
</style>

background-color css

<style>
 a { background-color: #2849BA; }

 a { background-color: rgb(40,73,186); }

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

border-color css

<style>
 span { border-color: #2849BA; }

 span { border-color: rgb(40,73,186); }

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