Html Css Color HEX #283DA9 Persian Blue

📋 copy color: '#283DA9'

red 40 ◦ green 61 ◦ blue 169

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

Shades of Persian Blue #283DA9

Tints of Persian Blue #283DA9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

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

R = 14.81%
G = 22.59%
B = 62.59%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#283DA9 (or 0x283DA9) is known color: Persian Blue. HEX triplet: 28, 3D and A9. RGB value is (40,61,169). Sum of RGB (Red+Green+Blue) = 40+61+169=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #283DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DA9 is #D7C256. Grayscale: #424242. Windows color (decimal): -14139991 or 11091240. OLE color: 11091240.

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

Color convert

RGB 40 61 169 -
CMYK 0.76 0.64 0 0.34
HSL 230.23º 0.62% 0.41% -
HSV(B) 230.23º 0.76% 0.66% -
XYZ 9.71 6.65 38.31 -
YUV 67.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 40 61 169 0.76 0.64 0 0.34 230.23 0.62 0.41
Hex 28 3D A9 4C 40 0 22 E6 3E 29
Octal 50 75 251 114 100 0 42 346 76 51
Binary 101000 111101 10101001 1001100 1000000 0 100010 11100110 111110 101001

Color Harmonies of #283DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DA9

Black with #283DA9

Text Example


Text Example

White with #283DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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