Html Css Color HEX #283CD7 Persian Blue

📋 copy color: '#283CD7'

red 40 ◦ green 60 ◦ blue 215

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

Shades of Persian Blue #283CD7

Tints of Persian Blue #283CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.25%

R = 12.7%
G = 19.05%
B = 68.25%

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

#283CD7 (or 0x283CD7) is known color: Persian Blue. HEX triplet: 28, 3C and D7. RGB value is (40,60,215). Sum of RGB (Red+Green+Blue) = 40+60+215=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #283CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CD7 is #D7C328. Grayscale: #474747. Windows color (decimal): -14140201 or 14105640. OLE color: 14105640.

HSL color Cylindrical-coordinate representation of color #283CD7: hue angle of 233.14º degrees, saturation: 0.69, 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 #283CD7 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 60 215 -
CMYK 0.81 0.72 0 0.16
HSL 233.14º 0.69% 0.5% -
HSV(B) 233.14º 0.81% 0.84% -
XYZ 14.76 8.59 65.17 -
YUV 71.69 208.87 105.4 -
System Red Green Blue C M Y K H S L
Decimal 40 60 215 0.81 0.72 0 0.16 233.14 0.69 0.5
Hex 28 3C D7 51 48 0 10 E9 45 32
Octal 50 74 327 121 110 0 20 351 105 62
Binary 101000 111100 11010111 1010001 1001000 0 10000 11101001 1000101 110010

Color Harmonies of #283CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CD7

Black with #283CD7

Text Example


Text Example

White with #283CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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