Html Css Color HEX #283DAC Persian Blue

📋 copy color: '#283DAC'

red 40 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #283DAC

Tints of Persian Blue #283DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63%

R = 14.65%
G = 22.34%
B = 63%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283DAC (or 0x283DAC) is known color: Persian Blue. HEX triplet: 28, 3D and AC. RGB value is (40,61,172). Sum of RGB (Red+Green+Blue) = 40+61+172=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #283DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DAC is #D7C253. Grayscale: #424242. Windows color (decimal): -14139988 or 11287848. OLE color: 11287848.

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

Color convert

RGB 40 61 172 -
CMYK 0.77 0.65 0 0.33
HSL 230.45º 0.62% 0.42% -
HSV(B) 230.45º 0.77% 0.67% -
XYZ 9.99 6.77 39.81 -
YUV 67.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 40 61 172 0.77 0.65 0 0.33 230.45 0.62 0.42
Hex 28 3D AC 4D 41 0 21 E6 3E 2A
Octal 50 75 254 115 101 0 41 346 76 52
Binary 101000 111101 10101100 1001101 1000001 0 100001 11100110 111110 101010

Color Harmonies of #283DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DAC

Black with #283DAC

Text Example


Text Example

White with #283DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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