Html Css Color HEX #2846BB Cerulean Blue

📋 copy color: '#2846BB'

red 40 ◦ green 70 ◦ blue 187

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

Shades of Cerulean Blue #2846BB

Tints of Cerulean Blue #2846BB

RGB

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

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

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

R = 13.47%
G = 23.57%
B = 62.96%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2846BB (or 0x2846BB) is known color: Cerulean Blue. HEX triplet: 28, 46 and BB. RGB value is (40,70,187). Sum of RGB (Red+Green+Blue) = 40+70+187=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #2846BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2846BB is #D7B944. Grayscale: #494949. Windows color (decimal): -14137669 or 12273192. OLE color: 12273192.

HSL color Cylindrical-coordinate representation of color #2846BB: hue angle of 227.76º 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 #2846BB is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 70 187 -
CMYK 0.79 0.63 0 0.27
HSL 227.76º 0.65% 0.45% -
HSV(B) 227.76º 0.79% 0.73% -
XYZ 12.03 8.42 48 -
YUV 74.37 191.56 103.49 -
System Red Green Blue C M Y K H S L
Decimal 40 70 187 0.79 0.63 0 0.27 227.76 0.65 0.45
Hex 28 46 BB 4F 3F 0 1B E4 41 2D
Octal 50 106 273 117 77 0 33 344 101 55
Binary 101000 1000110 10111011 1001111 111111 0 11011 11100100 1000001 101101

Color Harmonies of #2846BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2846BB

Black with #2846BB

Text Example


Text Example

White with #2846BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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