Html Css Color HEX #283AB9 Persian Blue

📋 copy color: '#283AB9'

red 40 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #283AB9

Tints of Persian Blue #283AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 185 (72.66% from 255) = 65.37%

R = 14.13%
G = 20.49%
B = 65.37%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#283AB9 (or 0x283AB9) is known color: Persian Blue. HEX triplet: 28, 3A and B9. RGB value is (40,58,185). Sum of RGB (Red+Green+Blue) = 40+58+185=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #283AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283AB9 is #D7C546. Grayscale: #424242. Windows color (decimal): -14140743 or 12139048. OLE color: 12139048.

HSL color Cylindrical-coordinate representation of color #283AB9: hue angle of 232.55º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283AB9 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 58 185 -
CMYK 0.78 0.69 0 0.27
HSL 232.55º 0.64% 0.44% -
HSV(B) 232.55º 0.78% 0.73% -
XYZ 11.15 6.98 46.66 -
YUV 67.1 194.54 108.67 -
System Red Green Blue C M Y K H S L
Decimal 40 58 185 0.78 0.69 0 0.27 232.55 0.64 0.44
Hex 28 3A B9 4E 45 0 1B E9 40 2C
Octal 50 72 271 116 105 0 33 351 100 54
Binary 101000 111010 10111001 1001110 1000101 0 11011 11101001 1000000 101100

Color Harmonies of #283AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283AB9

Black with #283AB9

Text Example


Text Example

White with #283AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,185); }

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

background-color css

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

 a { background-color: rgb(40,58,185); }

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

border-color css

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

 span { border-color: rgb(40,58,185); }

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