Html Css Color HEX #283FB5 Persian Blue

📋 copy color: '#283FB5'

red 40 ◦ green 63 ◦ blue 181

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

Shades of Persian Blue #283FB5

Tints of Persian Blue #283FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 181 (71.09% from 255) = 63.73%

R = 14.08%
G = 22.18%
B = 63.73%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#283FB5 (or 0x283FB5) is known color: Persian Blue. HEX triplet: 28, 3F and B5. RGB value is (40,63,181). Sum of RGB (Red+Green+Blue) = 40+63+181=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 181 (71.09% from 255 or 63.73% from 284); Max value from RGB is 181 - color contains mainly: blue. Hex color #283FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FB5 is #D7C04A. Grayscale: #454545. Windows color (decimal): -14139467 or 11878184. OLE color: 11878184.

HSL color Cylindrical-coordinate representation of color #283FB5: hue angle of 230.21º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283FB5 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 63 181 -
CMYK 0.78 0.65 0 0.29
HSL 230.21º 0.64% 0.43% -
HSV(B) 230.21º 0.78% 0.71% -
XYZ 10.99 7.34 44.55 -
YUV 69.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 40 63 181 0.78 0.65 0 0.29 230.21 0.64 0.43
Hex 28 3F B5 4E 41 0 1D E6 40 2B
Octal 50 77 265 116 101 0 35 346 100 53
Binary 101000 111111 10110101 1001110 1000001 0 11101 11100110 1000000 101011

Color Harmonies of #283FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FB5

Black with #283FB5

Text Example


Text Example

White with #283FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,63,181); }

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

background-color css

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

 a { background-color: rgb(40,63,181); }

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

border-color css

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

 span { border-color: rgb(40,63,181); }

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