Html Css Color HEX #2847B1 Cerulean Blue

📋 copy color: '#2847B1'

red 40 ◦ green 71 ◦ blue 177

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

Shades of Cerulean Blue #2847B1

Tints of Cerulean Blue #2847B1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 177 (69.53% from 255) = 61.46%

R = 13.89%
G = 24.65%
B = 61.46%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2847B1 (or 0x2847B1) is known color: Cerulean Blue. HEX triplet: 28, 47 and B1. RGB value is (40,71,177). Sum of RGB (Red+Green+Blue) = 40+71+177=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #2847B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2847B1 is #D7B84E. Grayscale: #494949. Windows color (decimal): -14137423 or 11618088. OLE color: 11618088.

HSL color Cylindrical-coordinate representation of color #2847B1: hue angle of 226.42º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2847B1 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 71 177 -
CMYK 0.77 0.60 0 0.31
HSL 226.42º 0.63% 0.43% -
HSV(B) 226.42º 0.77% 0.69% -
XYZ 11.06 8.13 42.58 -
YUV 73.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 40 71 177 0.77 0.60 0 0.31 226.42 0.63 0.43
Hex 28 47 B1 4D 3C 0 1F E2 3F 2B
Octal 50 107 261 115 74 0 37 342 77 53
Binary 101000 1000111 10110001 1001101 111100 0 11111 11100010 111111 101011

Color Harmonies of #2847B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2847B1

Black with #2847B1

Text Example


Text Example

White with #2847B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2847B1; }

 p { color: rgb(40,71,177); }

 H1.HeaderClassName
 {
   color: #2847B1;
 }
 .AnyTagClassName
 {
   color: #2847B1;
 }
</style>

background-color css

<style>
 a { background-color: #2847B1; }

 a { background-color: rgb(40,71,177); }

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

border-color css

<style>
 span { border-color: #2847B1; }

 span { border-color: rgb(40,71,177); }

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