Html Css Color HEX #283BAA Persian Blue

📋 copy color: '#283BAA'

red 40 ◦ green 59 ◦ blue 170

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

Shades of Persian Blue #283BAA

Tints of Persian Blue #283BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 14.87%
G = 21.93%
B = 63.2%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283BAA (or 0x283BAA) is known color: Persian Blue. HEX triplet: 28, 3B and AA. RGB value is (40,59,170). Sum of RGB (Red+Green+Blue) = 40+59+170=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #283BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BAA is #D7C455. Grayscale: #414141. Windows color (decimal): -14140502 or 11156264. OLE color: 11156264.

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

Color convert

RGB 40 59 170 -
CMYK 0.76 0.65 0 0.33
HSL 231.23º 0.62% 0.41% -
HSV(B) 231.23º 0.76% 0.67% -
XYZ 9.69 6.48 38.77 -
YUV 65.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 40 59 170 0.76 0.65 0 0.33 231.23 0.62 0.41
Hex 28 3B AA 4C 41 0 21 E7 3E 29
Octal 50 73 252 114 101 0 41 347 76 51
Binary 101000 111011 10101010 1001100 1000001 0 100001 11100111 111110 101001

Color Harmonies of #283BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BAA

Black with #283BAA

Text Example


Text Example

White with #283BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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