Html Css Color HEX #283CD5 Persian Blue

📋 copy color: '#283CD5'

red 40 ◦ green 60 ◦ blue 213

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

Shades of Persian Blue #283CD5

Tints of Persian Blue #283CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.05%

R = 12.78%
G = 19.17%
B = 68.05%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#283CD5 (or 0x283CD5) is known color: Persian Blue. HEX triplet: 28, 3C and D5. RGB value is (40,60,213). Sum of RGB (Red+Green+Blue) = 40+60+213=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #283CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CD5 is #D7C32A. Grayscale: #464646. Windows color (decimal): -14140203 or 13974568. OLE color: 13974568.

HSL color Cylindrical-coordinate representation of color #283CD5: hue angle of 233.06º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283CD5 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 60 213 -
CMYK 0.81 0.72 0 0.16
HSL 233.06º 0.68% 0.5% -
HSV(B) 233.06º 0.81% 0.84% -
XYZ 14.5 8.49 63.82 -
YUV 71.46 207.87 105.56 -
System Red Green Blue C M Y K H S L
Decimal 40 60 213 0.81 0.72 0 0.16 233.06 0.68 0.5
Hex 28 3C D5 51 48 0 10 E9 44 32
Octal 50 74 325 121 110 0 20 351 104 62
Binary 101000 111100 11010101 1010001 1001000 0 10000 11101001 1000100 110010

Color Harmonies of #283CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CD5

Black with #283CD5

Text Example


Text Example

White with #283CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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