Html Css Color HEX #283CAD Persian Blue

📋 copy color: '#283CAD'

red 40 ◦ green 60 ◦ blue 173

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

Shades of Persian Blue #283CAD

Tints of Persian Blue #283CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

 BLUE value IS 173 (67.97% from 255) = 63.37%

R = 14.65%
G = 21.98%
B = 63.37%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#283CAD (or 0x283CAD) is known color: Persian Blue. HEX triplet: 28, 3C and AD. RGB value is (40,60,173). Sum of RGB (Red+Green+Blue) = 40+60+173=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #283CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CAD is #D7C352. Grayscale: #424242. Windows color (decimal): -14140243 or 11353128. OLE color: 11353128.

HSL color Cylindrical-coordinate representation of color #283CAD: hue angle of 230.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283CAD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 60 173 -
CMYK 0.77 0.65 0 0.32
HSL 230.98º 0.62% 0.42% -
HSV(B) 230.98º 0.77% 0.68% -
XYZ 10.03 6.7 40.3 -
YUV 66.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 40 60 173 0.77 0.65 0 0.32 230.98 0.62 0.42
Hex 28 3C AD 4D 41 0 20 E7 3E 2A
Octal 50 74 255 115 101 0 40 347 76 52
Binary 101000 111100 10101101 1001101 1000001 0 100000 11100111 111110 101010

Color Harmonies of #283CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CAD

Black with #283CAD

Text Example


Text Example

White with #283CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,60,173); }

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

background-color css

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

 a { background-color: rgb(40,60,173); }

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

border-color css

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

 span { border-color: rgb(40,60,173); }

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