Html Css Color HEX #283BA8 Persian Blue

📋 copy color: '#283BA8'

red 40 ◦ green 59 ◦ blue 168

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

Shades of Persian Blue #283BA8

Tints of Persian Blue #283BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 62.92%

R = 14.98%
G = 22.1%
B = 62.92%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#283BA8 (or 0x283BA8) is known color: Persian Blue. HEX triplet: 28, 3B and A8. RGB value is (40,59,168). Sum of RGB (Red+Green+Blue) = 40+59+168=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 168 (66.02% from 255 or 62.92% from 267); Max value from RGB is 168 - color contains mainly: blue. Hex color #283BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BA8 is #D7C457. Grayscale: #414141. Windows color (decimal): -14140504 or 11025192. OLE color: 11025192.

HSL color Cylindrical-coordinate representation of color #283BA8: hue angle of 231.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283BA8 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 40 59 168 -
CMYK 0.76 0.65 0 0.34
HSL 231.09º 0.62% 0.41% -
HSV(B) 231.09º 0.76% 0.66% -
XYZ 9.51 6.41 37.78 -
YUV 65.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 40 59 168 0.76 0.65 0 0.34 231.09 0.62 0.41
Hex 28 3B A8 4C 41 0 22 E7 3E 29
Octal 50 73 250 114 101 0 42 347 76 51
Binary 101000 111011 10101000 1001100 1000001 0 100010 11100111 111110 101001

Color Harmonies of #283BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BA8

Black with #283BA8

Text Example


Text Example

White with #283BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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