Html Css Color HEX #283BD6 Persian Blue

📋 copy color: '#283BD6'

red 40 ◦ green 59 ◦ blue 214

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

Shades of Persian Blue #283BD6

Tints of Persian Blue #283BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 68.37%

R = 12.78%
G = 18.85%
B = 68.37%

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

#283BD6 (or 0x283BD6) is known color: Persian Blue. HEX triplet: 28, 3B and D6. RGB value is (40,59,214). Sum of RGB (Red+Green+Blue) = 40+59+214=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #283BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BD6 is #D7C429. Grayscale: #464646. Windows color (decimal): -14140458 or 14039848. OLE color: 14039848.

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

Color convert

RGB 40 59 214 -
CMYK 0.81 0.72 0 0.16
HSL 233.45º 0.69% 0.5% -
HSV(B) 233.45º 0.81% 0.84% -
XYZ 14.58 8.43 64.48 -
YUV 70.99 208.71 105.9 -
System Red Green Blue C M Y K H S L
Decimal 40 59 214 0.81 0.72 0 0.16 233.45 0.69 0.5
Hex 28 3B D6 51 48 0 10 E9 45 32
Octal 50 73 326 121 110 0 20 351 105 62
Binary 101000 111011 11010110 1010001 1001000 0 10000 11101001 1000101 110010

Color Harmonies of #283BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BD6

Black with #283BD6

Text Example


Text Example

White with #283BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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