Html Css Color HEX #283DE1 Persian Blue

📋 copy color: '#283DE1'

red 40 ◦ green 61 ◦ blue 225

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

Shades of Persian Blue #283DE1

Tints of Persian Blue #283DE1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

 BLUE value IS 225 (88.28% from 255) = 69.02%

R = 12.27%
G = 18.71%
B = 69.02%

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

#283DE1 (or 0x283DE1) is known color: Persian Blue. HEX triplet: 28, 3D and E1. RGB value is (40,61,225). Sum of RGB (Red+Green+Blue) = 40+61+225=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #283DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DE1 is #D7C21E. Grayscale: #484848. Windows color (decimal): -14139935 or 14761256. OLE color: 14761256.

HSL color Cylindrical-coordinate representation of color #283DE1: hue angle of 233.19º degrees, saturation: 0.76, 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 #283DE1 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 61 225 -
CMYK 0.82 0.73 0 0.12
HSL 233.19º 0.76% 0.52% -
HSV(B) 233.19º 0.82% 0.88% -
XYZ 16.13 9.22 72.16 -
YUV 73.42 213.54 104.16 -
System Red Green Blue C M Y K H S L
Decimal 40 61 225 0.82 0.73 0 0.12 233.19 0.76 0.52
Hex 28 3D E1 52 49 0 C E9 4C 34
Octal 50 75 341 122 111 0 14 351 114 64
Binary 101000 111101 11100001 1010010 1001001 0 1100 11101001 1001100 110100

Color Harmonies of #283DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DE1

Black with #283DE1

Text Example


Text Example

White with #283DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,61,225); }

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

background-color css

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

 a { background-color: rgb(40,61,225); }

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

border-color css

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

 span { border-color: rgb(40,61,225); }

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