Html Css Color HEX #273FAB Persian Blue

📋 copy color: '#273FAB'

red 39 ◦ green 63 ◦ blue 171

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

Shades of Persian Blue #273FAB

Tints of Persian Blue #273FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 14.29%
G = 23.08%
B = 62.64%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273FAB (or 0x273FAB) is known color: Persian Blue. HEX triplet: 27, 3F and AB. RGB value is (39,63,171). Sum of RGB (Red+Green+Blue) = 39+63+171=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #273FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FAB is #D8C054. Grayscale: #434343. Windows color (decimal): -14205013 or 11222823. OLE color: 11222823.

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

Color convert

RGB 39 63 171 -
CMYK 0.77 0.63 0 0.33
HSL 229.09º 0.63% 0.41% -
HSV(B) 229.09º 0.77% 0.67% -
XYZ 9.96 6.93 39.34 -
YUV 68.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 39 63 171 0.77 0.63 0 0.33 229.09 0.63 0.41
Hex 27 3F AB 4D 3F 0 21 E5 3F 29
Octal 47 77 253 115 77 0 41 345 77 51
Binary 100111 111111 10101011 1001101 111111 0 100001 11100101 111111 101001

Color Harmonies of #273FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FAB

Black with #273FAB

Text Example


Text Example

White with #273FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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