Html Css Color HEX #283ECD Persian Blue

📋 copy color: '#283ECD'

red 40 ◦ green 62 ◦ blue 205

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

Shades of Persian Blue #283ECD

Tints of Persian Blue #283ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 13.03%
G = 20.2%
B = 66.78%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#283ECD (or 0x283ECD) is known color: Persian Blue. HEX triplet: 28, 3E and CD. RGB value is (40,62,205). Sum of RGB (Red+Green+Blue) = 40+62+205=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #283ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ECD is #D7C132. Grayscale: #474747. Windows color (decimal): -14139699 or 13450792. OLE color: 13450792.

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

Color convert

RGB 40 62 205 -
CMYK 0.80 0.70 0 0.20
HSL 232º 0.67% 0.48% -
HSV(B) 232º 0.8% 0.8% -
XYZ 13.62 8.3 58.64 -
YUV 71.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 40 62 205 0.80 0.70 0 0.20 232 0.67 0.48
Hex 28 3E CD 50 46 0 14 E8 43 30
Octal 50 76 315 120 106 0 24 350 103 60
Binary 101000 111110 11001101 1010000 1000110 0 10100 11101000 1000011 110000

Color Harmonies of #283ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ECD

Black with #283ECD

Text Example


Text Example

White with #283ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283ECD; }

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

 H1.HeaderClassName
 {
   color: #283ECD;
 }
 .AnyTagClassName
 {
   color: #283ECD;
 }
</style>

background-color css

<style>
 a { background-color: #283ECD; }

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

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

border-color css

<style>
 span { border-color: #283ECD; }

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

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