Html Css Color HEX #2849B6 Cerulean Blue

📋 copy color: '#2849B6'

red 40 ◦ green 73 ◦ blue 182

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

Shades of Cerulean Blue #2849B6

Tints of Cerulean Blue #2849B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.69%

R = 13.56%
G = 24.75%
B = 61.69%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2849B6 (or 0x2849B6) is known color: Cerulean Blue. HEX triplet: 28, 49 and B6. RGB value is (40,73,182). Sum of RGB (Red+Green+Blue) = 40+73+182=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 182 (71.48% from 255 or 61.69% from 295); Max value from RGB is 182 - color contains mainly: blue. Hex color #2849B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849B6 is #D7B649. Grayscale: #4B4B4B. Windows color (decimal): -14136906 or 11946280. OLE color: 11946280.

HSL color Cylindrical-coordinate representation of color #2849B6: hue angle of 226.06º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2849B6 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 73 182 -
CMYK 0.78 0.60 0 0.29
HSL 226.06º 0.64% 0.44% -
HSV(B) 226.06º 0.78% 0.71% -
XYZ 11.7 8.59 45.3 -
YUV 75.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 40 73 182 0.78 0.60 0 0.29 226.06 0.64 0.44
Hex 28 49 B6 4E 3C 0 1D E2 40 2C
Octal 50 111 266 116 74 0 35 342 100 54
Binary 101000 1001001 10110110 1001110 111100 0 11101 11100010 1000000 101100

Color Harmonies of #2849B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849B6

Black with #2849B6

Text Example


Text Example

White with #2849B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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