Html Css Color HEX #283ABB Persian Blue

📋 copy color: '#283ABB'

red 40 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #283ABB

Tints of Persian Blue #283ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 14.04%
G = 20.35%
B = 65.61%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#283ABB (or 0x283ABB) is known color: Persian Blue. HEX triplet: 28, 3A and BB. RGB value is (40,58,187). Sum of RGB (Red+Green+Blue) = 40+58+187=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #283ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ABB is #D7C544. Grayscale: #424242. Windows color (decimal): -14140741 or 12270120. OLE color: 12270120.

HSL color Cylindrical-coordinate representation of color #283ABB: hue angle of 232.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283ABB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 58 187 -
CMYK 0.79 0.69 0 0.27
HSL 232.65º 0.65% 0.45% -
HSV(B) 232.65º 0.79% 0.73% -
XYZ 11.36 7.07 47.78 -
YUV 67.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 40 58 187 0.79 0.69 0 0.27 232.65 0.65 0.45
Hex 28 3A BB 4F 45 0 1B E9 41 2D
Octal 50 72 273 117 105 0 33 351 101 55
Binary 101000 111010 10111011 1001111 1000101 0 11011 11101001 1000001 101101

Color Harmonies of #283ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ABB

Black with #283ABB

Text Example


Text Example

White with #283ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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