Html Css Color HEX #283BE1 Persian Blue

📋 copy color: '#283BE1'

red 40 ◦ green 59 ◦ blue 225

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

Shades of Persian Blue #283BE1

Tints of Persian Blue #283BE1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.21%

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

R = 12.35%
G = 18.21%
B = 69.44%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#283BE1 (or 0x283BE1) is known color: Persian Blue. HEX triplet: 28, 3B and E1. RGB value is (40,59,225). Sum of RGB (Red+Green+Blue) = 40+59+225=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #283BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BE1 is #D7C41E. Grayscale: #474747. Windows color (decimal): -14140447 or 14760744. OLE color: 14760744.

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

Color convert

RGB 40 59 225 -
CMYK 0.82 0.74 0 0.12
HSL 233.84º 0.76% 0.52% -
HSV(B) 233.84º 0.82% 0.88% -
XYZ 16.03 9.02 72.13 -
YUV 72.24 214.21 105 -
System Red Green Blue C M Y K H S L
Decimal 40 59 225 0.82 0.74 0 0.12 233.84 0.76 0.52
Hex 28 3B E1 52 4A 0 C EA 4C 34
Octal 50 73 341 122 112 0 14 352 114 64
Binary 101000 111011 11100001 1010010 1001010 0 1100 11101010 1001100 110100

Color Harmonies of #283BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BE1

Black with #283BE1

Text Example


Text Example

White with #283BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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