Html Css Color HEX #2848B3 Cerulean Blue

📋 copy color: '#2848B3'

red 40 ◦ green 72 ◦ blue 179

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

Shades of Cerulean Blue #2848B3

Tints of Cerulean Blue #2848B3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 179 (70.31% from 255) = 61.51%

R = 13.75%
G = 24.74%
B = 61.51%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2848B3 (or 0x2848B3) is known color: Cerulean Blue. HEX triplet: 28, 48 and B3. RGB value is (40,72,179). Sum of RGB (Red+Green+Blue) = 40+72+179=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 179 (70.31% from 255 or 61.51% from 291); Max value from RGB is 179 - color contains mainly: blue. Hex color #2848B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848B3 is #D7B74C. Grayscale: #4A4A4A. Windows color (decimal): -14137165 or 11749416. OLE color: 11749416.

HSL color Cylindrical-coordinate representation of color #2848B3: hue angle of 226.19º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2848B3 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 72 179 -
CMYK 0.78 0.60 0 0.30
HSL 226.19º 0.63% 0.43% -
HSV(B) 226.19º 0.78% 0.7% -
XYZ 11.33 8.34 43.66 -
YUV 74.63 186.9 103.3 -
System Red Green Blue C M Y K H S L
Decimal 40 72 179 0.78 0.60 0 0.30 226.19 0.63 0.43
Hex 28 48 B3 4E 3C 0 1E E2 3F 2B
Octal 50 110 263 116 74 0 36 342 77 53
Binary 101000 1001000 10110011 1001110 111100 0 11110 11100010 111111 101011

Color Harmonies of #2848B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2848B3

Black with #2848B3

Text Example


Text Example

White with #2848B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2848B3; }

 p { color: rgb(40,72,179); }

 H1.HeaderClassName
 {
   color: #2848B3;
 }
 .AnyTagClassName
 {
   color: #2848B3;
 }
</style>

background-color css

<style>
 a { background-color: #2848B3; }

 a { background-color: rgb(40,72,179); }

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

border-color css

<style>
 span { border-color: #2848B3; }

 span { border-color: rgb(40,72,179); }

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