Html Css Color HEX #283CCD Persian Blue

📋 copy color: '#283CCD'

red 40 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #283CCD

Tints of Persian Blue #283CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 13.11%
G = 19.67%
B = 67.21%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#283CCD (or 0x283CCD) is known color: Persian Blue. HEX triplet: 28, 3C and CD. RGB value is (40,60,205). Sum of RGB (Red+Green+Blue) = 40+60+205=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #283CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CCD is #D7C332. Grayscale: #454545. Windows color (decimal): -14140211 or 13450280. OLE color: 13450280.

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

Color convert

RGB 40 60 205 -
CMYK 0.80 0.71 0 0.20
HSL 232.73º 0.67% 0.48% -
HSV(B) 232.73º 0.8% 0.8% -
XYZ 13.51 8.09 58.61 -
YUV 70.55 203.87 106.21 -
System Red Green Blue C M Y K H S L
Decimal 40 60 205 0.80 0.71 0 0.20 232.73 0.67 0.48
Hex 28 3C CD 50 47 0 14 E9 43 30
Octal 50 74 315 120 107 0 24 351 103 60
Binary 101000 111100 11001101 1010000 1000111 0 10100 11101001 1000011 110000

Color Harmonies of #283CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CCD

Black with #283CCD

Text Example


Text Example

White with #283CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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