Html Css Color HEX #283ABD Persian Blue

📋 copy color: '#283ABD'

red 40 ◦ green 58 ◦ blue 189

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

Shades of Persian Blue #283ABD

Tints of Persian Blue #283ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 13.94%
G = 20.21%
B = 65.85%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#283ABD (or 0x283ABD) is known color: Persian Blue. HEX triplet: 28, 3A and BD. RGB value is (40,58,189). Sum of RGB (Red+Green+Blue) = 40+58+189=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #283ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ABD is #D7C542. Grayscale: #434343. Windows color (decimal): -14140739 or 12401192. OLE color: 12401192.

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

Color convert

RGB 40 58 189 -
CMYK 0.79 0.69 0 0.26
HSL 232.75º 0.65% 0.45% -
HSV(B) 232.75º 0.79% 0.74% -
XYZ 11.57 7.15 48.91 -
YUV 67.55 196.54 108.35 -
System Red Green Blue C M Y K H S L
Decimal 40 58 189 0.79 0.69 0 0.26 232.75 0.65 0.45
Hex 28 3A BD 4F 45 0 1A E9 41 2D
Octal 50 72 275 117 105 0 32 351 101 55
Binary 101000 111010 10111101 1001111 1000101 0 11010 11101001 1000001 101101

Color Harmonies of #283ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ABD

Black with #283ABD

Text Example


Text Example

White with #283ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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