#273DB3

Color #273DB3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #273DB3

Tints of Persian Blue #273DB3

Color information

#273DB3 (or 0x273DB3) is unknown color: approx Persian Blue. HEX triplet: 27, 3D and B3. RGB value is (39,61,179). Sum of RGB (Red+Green+Blue) = 39+61+179=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #273DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DB3 is #D8C24C. Grayscale: #434343. Windows color (decimal): -14205517 or 11746599. OLE color: 11746599.

HSL color Cylindrical-coordinate representation of color #273DB3: hue angle of 230.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273DB3 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3961179-
CMYK0.780.6600.30
HSL230.57º64.22%42.75%-
HSV(B)230.57º78.21%70.2%-
XYZ10.647.0243.44-
YUV67.87190.71107.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 179 (70.31% from 255) = 64.16%
R=13.98%
G=21.86%
B=64.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39611790.780.6600.30230.5764.2242.75
Hex273DB34E4201Ee7402b
Octal477526311610203634710053
Binary1001111111011011001110011101000010011110111001111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #273DB3;
 }
 .AnyTagClassName
 {
   color: #273DB3;
 }
</style>
background-color css

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

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

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

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

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

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