Html Css Color HEX #2837CD Persian Blue

📋 copy color: '#2837CD'

red 40 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #2837CD

Tints of Persian Blue #2837CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 13.33%
G = 18.33%
B = 68.33%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2837CD (or 0x2837CD) is known color: Persian Blue. HEX triplet: 28, 37 and CD. RGB value is (40,55,205). Sum of RGB (Red+Green+Blue) = 40+55+205=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #2837CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2837CD is #D7C832. Grayscale: #434343. Windows color (decimal): -14141491 or 13449000. OLE color: 13449000.

HSL color Cylindrical-coordinate representation of color #2837CD: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2837CD is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 55 205 -
CMYK 0.80 0.73 0 0.20
HSL 234.55º 0.67% 0.48% -
HSV(B) 234.55º 0.8% 0.8% -
XYZ 13.26 7.59 58.52 -
YUV 67.62 205.53 108.3 -
System Red Green Blue C M Y K H S L
Decimal 40 55 205 0.80 0.73 0 0.20 234.55 0.67 0.48
Hex 28 37 CD 50 49 0 14 EB 43 30
Octal 50 67 315 120 111 0 24 353 103 60
Binary 101000 110111 11001101 1010000 1001001 0 10100 11101011 1000011 110000

Color Harmonies of #2837CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2837CD

Black with #2837CD

Text Example


Text Example

White with #2837CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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