Html Css Color HEX #273FA8 Persian Blue

📋 copy color: '#273FA8'

red 39 ◦ green 63 ◦ blue 168

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

Shades of Persian Blue #273FA8

Tints of Persian Blue #273FA8

RGB

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

 GREEN value IS 63 (25% from 255) = 23.33%

 BLUE value IS 168 (66.02% from 255) = 62.22%

R = 14.44%
G = 23.33%
B = 62.22%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#273FA8 (or 0x273FA8) is known color: Persian Blue. HEX triplet: 27, 3F and A8. RGB value is (39,63,168). Sum of RGB (Red+Green+Blue) = 39+63+168=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 168 (66.02% from 255 or 62.22% from 270); Max value from RGB is 168 - color contains mainly: blue. Hex color #273FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FA8 is #D8C057. Grayscale: #434343. Windows color (decimal): -14205016 or 11026215. OLE color: 11026215.

HSL color Cylindrical-coordinate representation of color #273FA8: hue angle of 228.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273FA8 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 39 63 168 -
CMYK 0.77 0.63 0 0.34
HSL 228.84º 0.62% 0.41% -
HSV(B) 228.84º 0.77% 0.66% -
XYZ 9.68 6.81 37.85 -
YUV 67.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 39 63 168 0.77 0.63 0 0.34 228.84 0.62 0.41
Hex 27 3F A8 4D 3F 0 22 E5 3E 29
Octal 47 77 250 115 77 0 42 345 76 51
Binary 100111 111111 10101000 1001101 111111 0 100010 11100101 111110 101001

Color Harmonies of #273FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FA8

Black with #273FA8

Text Example


Text Example

White with #273FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,63,168); }

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

background-color css

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

 a { background-color: rgb(39,63,168); }

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

border-color css

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

 span { border-color: rgb(39,63,168); }

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