Html Css Color HEX #283CE0 Persian Blue

📋 copy color: '#283CE0'

red 40 ◦ green 60 ◦ blue 224

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

Shades of Persian Blue #283CE0

Tints of Persian Blue #283CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 12.35%
G = 18.52%
B = 69.14%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#283CE0 (or 0x283CE0) is known color: Persian Blue. HEX triplet: 28, 3C and E0. RGB value is (40,60,224). Sum of RGB (Red+Green+Blue) = 40+60+224=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #283CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CE0 is #D7C31F. Grayscale: #484848. Windows color (decimal): -14140192 or 14695464. OLE color: 14695464.

HSL color Cylindrical-coordinate representation of color #283CE0: hue angle of 233.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283CE0 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 60 224 -
CMYK 0.82 0.73 0 0.12
HSL 233.48º 0.75% 0.52% -
HSV(B) 233.48º 0.82% 0.88% -
XYZ 15.95 9.06 71.43 -
YUV 72.72 213.37 104.66 -
System Red Green Blue C M Y K H S L
Decimal 40 60 224 0.82 0.73 0 0.12 233.48 0.75 0.52
Hex 28 3C E0 52 49 0 C E9 4B 34
Octal 50 74 340 122 111 0 14 351 113 64
Binary 101000 111100 11100000 1010010 1001001 0 1100 11101001 1001011 110100

Color Harmonies of #283CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CE0

Black with #283CE0

Text Example


Text Example

White with #283CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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