Html Css Color HEX #283DAD Persian Blue

📋 copy color: '#283DAD'

red 40 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #283DAD

Tints of Persian Blue #283DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 14.6%
G = 22.26%
B = 63.14%

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

#283DAD (or 0x283DAD) is known color: Persian Blue. HEX triplet: 28, 3D and AD. RGB value is (40,61,173). Sum of RGB (Red+Green+Blue) = 40+61+173=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #283DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DAD is #D7C252. Grayscale: #434343. Windows color (decimal): -14139987 or 11353384. OLE color: 11353384.

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

Color convert

RGB 40 61 173 -
CMYK 0.77 0.65 0 0.32
HSL 230.53º 0.62% 0.42% -
HSV(B) 230.53º 0.77% 0.68% -
XYZ 10.09 6.81 40.32 -
YUV 67.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 40 61 173 0.77 0.65 0 0.32 230.53 0.62 0.42
Hex 28 3D AD 4D 41 0 20 E7 3E 2A
Octal 50 75 255 115 101 0 40 347 76 52
Binary 101000 111101 10101101 1001101 1000001 0 100000 11100111 111110 101010

Color Harmonies of #283DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DAD

Black with #283DAD

Text Example


Text Example

White with #283DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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