Html Css Color HEX #273DAB Persian Blue

📋 copy color: '#273DAB'

red 39 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #273DAB

Tints of Persian Blue #273DAB

RGB

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

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

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

R = 14.39%
G = 22.51%
B = 63.1%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273DAB (or 0x273DAB) is known color: Persian Blue. HEX triplet: 27, 3D and AB. RGB value is (39,61,171). Sum of RGB (Red+Green+Blue) = 39+61+171=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #273DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273DAB is #D8C254. Grayscale: #424242. Windows color (decimal): -14205525 or 11222311. OLE color: 11222311.

HSL color Cylindrical-coordinate representation of color #273DAB: hue angle of 230º 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 #273DAB is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 61 171 -
CMYK 0.77 0.64 0 0.33
HSL 230º 0.63% 0.41% -
HSV(B) 230º 0.77% 0.67% -
XYZ 9.86 6.71 39.3 -
YUV 66.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 39 61 171 0.77 0.64 0 0.33 230 0.63 0.41
Hex 27 3D AB 4D 40 0 21 E6 3F 29
Octal 47 75 253 115 100 0 41 346 77 51
Binary 100111 111101 10101011 1001101 1000000 0 100001 11100110 111111 101001

Color Harmonies of #273DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DAB

Black with #273DAB

Text Example


Text Example

White with #273DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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