Html Css Color HEX #283BD5 Persian Blue

📋 copy color: '#283BD5'

red 40 ◦ green 59 ◦ blue 213

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

Shades of Persian Blue #283BD5

Tints of Persian Blue #283BD5

RGB

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

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

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

R = 12.82%
G = 18.91%
B = 68.27%

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

#283BD5 (or 0x283BD5) is known color: Persian Blue. HEX triplet: 28, 3B and D5. RGB value is (40,59,213). Sum of RGB (Red+Green+Blue) = 40+59+213=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 213 (83.59% from 255 or 68.27% from 312); Max value from RGB is 213 - color contains mainly: blue. Hex color #283BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BD5 is #D7C42A. Grayscale: #464646. Windows color (decimal): -14140459 or 13974312. OLE color: 13974312.

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

Color convert

RGB 40 59 213 -
CMYK 0.81 0.72 0 0.16
HSL 233.41º 0.68% 0.5% -
HSV(B) 233.41º 0.81% 0.84% -
XYZ 14.45 8.38 63.81 -
YUV 70.88 208.21 105.98 -
System Red Green Blue C M Y K H S L
Decimal 40 59 213 0.81 0.72 0 0.16 233.41 0.68 0.5
Hex 28 3B D5 51 48 0 10 E9 44 32
Octal 50 73 325 121 110 0 20 351 104 62
Binary 101000 111011 11010101 1010001 1001000 0 10000 11101001 1000100 110010

Color Harmonies of #283BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BD5

Black with #283BD5

Text Example


Text Example

White with #283BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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