Html Css Color HEX #2831CD Persian Blue

📋 copy color: '#2831CD'

red 40 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #2831CD

Tints of Persian Blue #2831CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 13.61%
G = 16.67%
B = 69.73%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2831CD (or 0x2831CD) is known color: Persian Blue. HEX triplet: 28, 31 and CD. RGB value is (40,49,205). Sum of RGB (Red+Green+Blue) = 40+49+205=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #2831CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2831CD is #D7CE32. Grayscale: #3F3F3F. Windows color (decimal): -14143027 or 13447464. OLE color: 13447464.

HSL color Cylindrical-coordinate representation of color #2831CD: hue angle of 236.73º 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 #2831CD is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 49 205 -
CMYK 0.80 0.76 0 0.20
HSL 236.73º 0.67% 0.48% -
HSV(B) 236.73º 0.8% 0.8% -
XYZ 12.99 7.06 58.43 -
YUV 64.09 207.52 110.82 -
System Red Green Blue C M Y K H S L
Decimal 40 49 205 0.80 0.76 0 0.20 236.73 0.67 0.48
Hex 28 31 CD 50 4C 0 14 ED 43 30
Octal 50 61 315 120 114 0 24 355 103 60
Binary 101000 110001 11001101 1010000 1001100 0 10100 11101101 1000011 110000

Color Harmonies of #2831CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2831CD

Black with #2831CD

Text Example


Text Example

White with #2831CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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