Html Css Color HEX #283AB0 Persian Blue

📋 copy color: '#283AB0'

red 40 ◦ green 58 ◦ blue 176

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

Shades of Persian Blue #283AB0

Tints of Persian Blue #283AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.23%

R = 14.6%
G = 21.17%
B = 64.23%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#283AB0 (or 0x283AB0) is known color: Persian Blue. HEX triplet: 28, 3A and B0. RGB value is (40,58,176). Sum of RGB (Red+Green+Blue) = 40+58+176=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #283AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AB0 is #D7C54F. Grayscale: #414141. Windows color (decimal): -14140752 or 11549224. OLE color: 11549224.

HSL color Cylindrical-coordinate representation of color #283AB0: hue angle of 232.06º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283AB0 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 58 176 -
CMYK 0.77 0.67 0 0.31
HSL 232.06º 0.63% 0.42% -
HSV(B) 232.06º 0.77% 0.69% -
XYZ 10.22 6.61 41.81 -
YUV 66.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 40 58 176 0.77 0.67 0 0.31 232.06 0.63 0.42
Hex 28 3A B0 4D 43 0 1F E8 3F 2A
Octal 50 72 260 115 103 0 37 350 77 52
Binary 101000 111010 10110000 1001101 1000011 0 11111 11101000 111111 101010

Color Harmonies of #283AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283AB0

Black with #283AB0

Text Example


Text Example

White with #283AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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