Html Css Color HEX #283EAB Persian Blue

📋 copy color: '#283EAB'

red 40 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #283EAB

Tints of Persian Blue #283EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 14.65%
G = 22.71%
B = 62.64%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283EAB (or 0x283EAB) is known color: Persian Blue. HEX triplet: 28, 3E and AB. RGB value is (40,62,171). Sum of RGB (Red+Green+Blue) = 40+62+171=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #283EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EAB is #D7C154. Grayscale: #434343. Windows color (decimal): -14139733 or 11222568. OLE color: 11222568.

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

Color convert

RGB 40 62 171 -
CMYK 0.77 0.64 0 0.33
HSL 229.92º 0.62% 0.41% -
HSV(B) 229.92º 0.77% 0.67% -
XYZ 9.95 6.84 39.32 -
YUV 67.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 40 62 171 0.77 0.64 0 0.33 229.92 0.62 0.41
Hex 28 3E AB 4D 40 0 21 E6 3E 29
Octal 50 76 253 115 100 0 41 346 76 51
Binary 101000 111110 10101011 1001101 1000000 0 100001 11100110 111110 101001

Color Harmonies of #283EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EAB

Black with #283EAB

Text Example


Text Example

White with #283EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,62,171); }

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

background-color css

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

 a { background-color: rgb(40,62,171); }

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

border-color css

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

 span { border-color: rgb(40,62,171); }

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