Html Css Color HEX #273DAD Persian Blue

📋 copy color: '#273DAD'

red 39 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #273DAD

Tints of Persian Blue #273DAD

RGB

 RED value IS 39 (15.63% from 255) = 14.29%

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

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

R = 14.29%
G = 22.34%
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

#273DAD (or 0x273DAD) is known color: Persian Blue. HEX triplet: 27, 3D and AD. RGB value is (39,61,173). Sum of RGB (Red+Green+Blue) = 39+61+173=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 61 (24.22% from 255 or 22.34% 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 #273DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273DAD is #D8C252. Grayscale: #424242. Windows color (decimal): -14205523 or 11353383. OLE color: 11353383.

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

Color convert

RGB 39 61 173 -
CMYK 0.77 0.65 0 0.32
HSL 230.15º 0.63% 0.42% -
HSV(B) 230.15º 0.77% 0.68% -
XYZ 10.05 6.79 40.32 -
YUV 67.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 39 61 173 0.77 0.65 0 0.32 230.15 0.63 0.42
Hex 27 3D AD 4D 41 0 20 E6 3F 2A
Octal 47 75 255 115 101 0 40 346 77 52
Binary 100111 111101 10101101 1001101 1000001 0 100000 11100110 111111 101010

Color Harmonies of #273DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DAD

Black with #273DAD

Text Example


Text Example

White with #273DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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