Html Css Color HEX #2837DC Persian Blue

📋 copy color: '#2837DC'

red 40 ◦ green 55 ◦ blue 220

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

Shades of Persian Blue #2837DC

Tints of Persian Blue #2837DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 12.7%
G = 17.46%
B = 69.84%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2837DC (or 0x2837DC) is known color: Persian Blue. HEX triplet: 28, 37 and DC. RGB value is (40,55,220). Sum of RGB (Red+Green+Blue) = 40+55+220=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #2837DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2837DC is #D7C823. Grayscale: #444444. Windows color (decimal): -14141476 or 14432040. OLE color: 14432040.

HSL color Cylindrical-coordinate representation of color #2837DC: hue angle of 235º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2837DC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 55 220 -
CMYK 0.82 0.75 0 0.14
HSL 235º 0.72% 0.51% -
HSV(B) 235º 0.82% 0.86% -
XYZ 15.16 8.35 68.52 -
YUV 69.33 213.03 107.08 -
System Red Green Blue C M Y K H S L
Decimal 40 55 220 0.82 0.75 0 0.14 235 0.72 0.51
Hex 28 37 DC 52 4B 0 E EB 48 33
Octal 50 67 334 122 113 0 16 353 110 63
Binary 101000 110111 11011100 1010010 1001011 0 1110 11101011 1001000 110011

Color Harmonies of #2837DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2837DC

Black with #2837DC

Text Example


Text Example

White with #2837DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2837DC; }

 p { color: rgb(40,55,220); }

 H1.HeaderClassName
 {
   color: #2837DC;
 }
 .AnyTagClassName
 {
   color: #2837DC;
 }
</style>

background-color css

<style>
 a { background-color: #2837DC; }

 a { background-color: rgb(40,55,220); }

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

border-color css

<style>
 span { border-color: #2837DC; }

 span { border-color: rgb(40,55,220); }

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