Html Css Color HEX #273DAF Persian Blue

📋 copy color: '#273DAF'

red 39 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #273DAF

Tints of Persian Blue #273DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 14.18%
G = 22.18%
B = 63.64%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#273DAF (or 0x273DAF) is known color: Persian Blue. HEX triplet: 27, 3D and AF. RGB value is (39,61,175). Sum of RGB (Red+Green+Blue) = 39+61+175=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #273DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273DAF is #D8C250. Grayscale: #424242. Windows color (decimal): -14205521 or 11484455. OLE color: 11484455.

HSL color Cylindrical-coordinate representation of color #273DAF: hue angle of 230.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273DAF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 39 61 175 -
CMYK 0.78 0.65 0 0.31
HSL 230.29º 0.64% 0.42% -
HSV(B) 230.29º 0.78% 0.69% -
XYZ 10.24 6.86 41.34 -
YUV 67.42 188.71 107.73 -
System Red Green Blue C M Y K H S L
Decimal 39 61 175 0.78 0.65 0 0.31 230.29 0.64 0.42
Hex 27 3D AF 4E 41 0 1F E6 40 2A
Octal 47 75 257 116 101 0 37 346 100 52
Binary 100111 111101 10101111 1001110 1000001 0 11111 11100110 1000000 101010

Color Harmonies of #273DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DAF

Black with #273DAF

Text Example


Text Example

White with #273DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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