#27356F

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

Shades of Resolution Blue #27356F

Tints of Resolution Blue #27356F

Color information

#27356F (or 0x27356F) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 6F. RGB value is (39,53,111). Sum of RGB (Red+Green+Blue) = 39+53+111=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #27356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27356F is #D8CA90. Grayscale: #373737. Windows color (decimal): -14207633 or 7288103. OLE color: 7288103.

HSL color Cylindrical-coordinate representation of color #27356F: hue angle of 228.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27356F is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3953111-
CMYK0.650.5200.56
HSL228.33º48%29.41%-
HSV(B)228.33º64.86%43.53%-
XYZ4.984.1315.57-
YUV55.43159.36116.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=19.21%
G=26.11%
B=54.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39531110.650.5200.56228.334829.41
Hex27356F4134038e4301d
Octal4765157101640703446035
Binary1001111101011101111100000111010001110001110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27356F; }

 p { color: rgb(39,53,111); }

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

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

 a { background-color: rgb(39,53,111); }

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

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

 span { border-color: rgb(39,53,111); }

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