Html Css Color HEX #2849BB Cerulean Blue

📋 copy color: '#2849BB'

red 40 ◦ green 73 ◦ blue 187

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

Shades of Cerulean Blue #2849BB

Tints of Cerulean Blue #2849BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 13.33%
G = 24.33%
B = 62.33%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2849BB (or 0x2849BB) is known color: Cerulean Blue. HEX triplet: 28, 49 and BB. RGB value is (40,73,187). Sum of RGB (Red+Green+Blue) = 40+73+187=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #2849BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849BB is #D7B644. Grayscale: #4B4B4B. Windows color (decimal): -14136901 or 12273960. OLE color: 12273960.

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

Color convert

RGB 40 73 187 -
CMYK 0.79 0.61 0 0.27
HSL 226.53º 0.65% 0.45% -
HSV(B) 226.53º 0.79% 0.73% -
XYZ 12.23 8.8 48.07 -
YUV 76.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 40 73 187 0.79 0.61 0 0.27 226.53 0.65 0.45
Hex 28 49 BB 4F 3D 0 1B E3 41 2D
Octal 50 111 273 117 75 0 33 343 101 55
Binary 101000 1001001 10111011 1001111 111101 0 11011 11100011 1000001 101101

Color Harmonies of #2849BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849BB

Black with #2849BB

Text Example


Text Example

White with #2849BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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