Html Css Color HEX #2849BC Cerulean Blue

📋 copy color: '#2849BC'

red 40 ◦ green 73 ◦ blue 188

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

Shades of Cerulean Blue #2849BC

Tints of Cerulean Blue #2849BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 13.29%
G = 24.25%
B = 62.46%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2849BC (or 0x2849BC) is known color: Cerulean Blue. HEX triplet: 28, 49 and BC. RGB value is (40,73,188). Sum of RGB (Red+Green+Blue) = 40+73+188=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #2849BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849BC is #D7B643. Grayscale: #4B4B4B. Windows color (decimal): -14136900 or 12339496. OLE color: 12339496.

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

Color convert

RGB 40 73 188 -
CMYK 0.79 0.61 0 0.26
HSL 226.62º 0.65% 0.45% -
HSV(B) 226.62º 0.79% 0.74% -
XYZ 12.33 8.85 48.63 -
YUV 76.24 191.07 102.15 -
System Red Green Blue C M Y K H S L
Decimal 40 73 188 0.79 0.61 0 0.26 226.62 0.65 0.45
Hex 28 49 BC 4F 3D 0 1A E3 41 2D
Octal 50 111 274 117 75 0 32 343 101 55
Binary 101000 1001001 10111100 1001111 111101 0 11010 11100011 1000001 101101

Color Harmonies of #2849BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849BC

Black with #2849BC

Text Example


Text Example

White with #2849BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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