Html Css Color HEX #283ABA Persian Blue

📋 copy color: '#283ABA'

red 40 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #283ABA

Tints of Persian Blue #283ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 14.08%
G = 20.42%
B = 65.49%

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

#283ABA (or 0x283ABA) is known color: Persian Blue. HEX triplet: 28, 3A and BA. RGB value is (40,58,186). Sum of RGB (Red+Green+Blue) = 40+58+186=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #283ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ABA is #D7C545. Grayscale: #424242. Windows color (decimal): -14140742 or 12204584. OLE color: 12204584.

HSL color Cylindrical-coordinate representation of color #283ABA: hue angle of 232.6º degrees, saturation: 0.65, 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 #283ABA is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 58 186 -
CMYK 0.78 0.69 0 0.27
HSL 232.6º 0.65% 0.44% -
HSV(B) 232.6º 0.78% 0.73% -
XYZ 11.25 7.02 47.22 -
YUV 67.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 40 58 186 0.78 0.69 0 0.27 232.6 0.65 0.44
Hex 28 3A BA 4E 45 0 1B E9 41 2C
Octal 50 72 272 116 105 0 33 351 101 54
Binary 101000 111010 10111010 1001110 1000101 0 11011 11101001 1000001 101100

Color Harmonies of #283ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ABA

Black with #283ABA

Text Example


Text Example

White with #283ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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