Html Css Color HEX #283BA9 Persian Blue

📋 copy color: '#283BA9'

red 40 ◦ green 59 ◦ blue 169

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

Shades of Persian Blue #283BA9

Tints of Persian Blue #283BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 63.06%

R = 14.93%
G = 22.01%
B = 63.06%

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

#283BA9 (or 0x283BA9) is known color: Persian Blue. HEX triplet: 28, 3B and A9. RGB value is (40,59,169). Sum of RGB (Red+Green+Blue) = 40+59+169=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #283BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BA9 is #D7C456. Grayscale: #414141. Windows color (decimal): -14140503 or 11090728. OLE color: 11090728.

HSL color Cylindrical-coordinate representation of color #283BA9: hue angle of 231.16º 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 #283BA9 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 40 59 169 -
CMYK 0.76 0.65 0 0.34
HSL 231.16º 0.62% 0.41% -
HSV(B) 231.16º 0.76% 0.66% -
XYZ 9.6 6.44 38.27 -
YUV 65.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 40 59 169 0.76 0.65 0 0.34 231.16 0.62 0.41
Hex 28 3B A9 4C 41 0 22 E7 3E 29
Octal 50 73 251 114 101 0 42 347 76 51
Binary 101000 111011 10101001 1001100 1000001 0 100010 11100111 111110 101001

Color Harmonies of #283BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BA9

Black with #283BA9

Text Example


Text Example

White with #283BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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