#273dd3

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

Shades of Persian Blue #273DD3

Tints of Persian Blue #273DD3

Color information

#273DD3 (or 0x273DD3) is unknown color: approx Persian Blue. HEX triplet: 27, 3D and D3. RGB value is (39,61,211). Sum of RGB (Red+Green+Blue) = 39+61+211=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 211 (82.81% from 255 or 67.85% from 311); Max value from RGB is 211 - color contains mainly: blue. Hex color #273DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DD3 is #D8C22C. Grayscale: #464646. Windows color (decimal): -14205485 or 13843751. OLE color: 13843751.

HSL color Cylindrical-coordinate representation of color #273DD3: hue angle of 232.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273DD3 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3961211-
CMYK0.820.7100.17
HSL232.33º68.8%49.02%-
HSV(B)232.33º81.52%82.75%-
XYZ14.268.4762.51-
YUV71.52206.71104.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 211 (82.81% from 255) = 67.85%
R=12.54%
G=19.61%
B=67.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal39612110.820.7100.17232.3368.849.02
Hex273DD35247011e84531
Octal477532312210702135010561
Binary1001111111011101001110100101000111010001111010001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273dd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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