#273375

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

Shades of Resolution Blue #273375

Tints of Resolution Blue #273375

Color information

#273375 (or 0x273375) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 75. RGB value is (39,51,117). Sum of RGB (Red+Green+Blue) = 39+51+117=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #273375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273375 is #D8CC8A. Grayscale: #363636. Windows color (decimal): -14208139 or 7680807. OLE color: 7680807.

HSL color Cylindrical-coordinate representation of color #273375: hue angle of 230.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273375 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3951117-
CMYK0.670.5600.54
HSL230.77º50%30.59%-
HSV(B)230.77º66.67%45.88%-
XYZ5.234.0817.34-
YUV54.94163.02116.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=18.84%
G=24.64%
B=56.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39511170.670.5600.54230.775030.59
Hex2733754338036e7321f
Octal4763165103700663476237
Binary1001111100111110101100001111100001101101110011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273375; }

 p { color: rgb(39,51,117); }

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

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

 a { background-color: rgb(39,51,117); }

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

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

 span { border-color: rgb(39,51,117); }

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