Html Css Color HEX #283BAB Persian Blue

📋 copy color: '#283BAB'

red 40 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #283BAB

Tints of Persian Blue #283BAB

RGB

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

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

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

R = 14.81%
G = 21.85%
B = 63.33%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283BAB (or 0x283BAB) is known color: Persian Blue. HEX triplet: 28, 3B and AB. RGB value is (40,59,171). Sum of RGB (Red+Green+Blue) = 40+59+171=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #283BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BAB is #D7C454. Grayscale: #414141. Windows color (decimal): -14140501 or 11221800. OLE color: 11221800.

HSL color Cylindrical-coordinate representation of color #283BAB: hue angle of 231.3º 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 #283BAB is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 59 171 -
CMYK 0.77 0.65 0 0.33
HSL 231.3º 0.62% 0.41% -
HSV(B) 231.3º 0.77% 0.67% -
XYZ 9.79 6.52 39.27 -
YUV 66.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 40 59 171 0.77 0.65 0 0.33 231.3 0.62 0.41
Hex 28 3B AB 4D 41 0 21 E7 3E 29
Octal 50 73 253 115 101 0 41 347 76 51
Binary 101000 111011 10101011 1001101 1000001 0 100001 11100111 111110 101001

Color Harmonies of #283BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BAB

Black with #283BAB

Text Example


Text Example

White with #283BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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