#27427B

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

Shades of Resolution Blue #27427B

Tints of Resolution Blue #27427B

Color information

#27427B (or 0x27427B) is unknown color: approx Resolution Blue. HEX triplet: 27, 42 and 7B. RGB value is (39,66,123). Sum of RGB (Red+Green+Blue) = 39+66+123=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #27427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427B is #D8BD84. Grayscale: #404040. Windows color (decimal): -14204293 or 8077863. OLE color: 8077863.

HSL color Cylindrical-coordinate representation of color #27427B: hue angle of 220.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27427B is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3966123-
CMYK0.680.4600.52
HSL220.71º51.85%31.76%-
HSV(B)220.71º68.29%48.24%-
XYZ6.365.7619.52-
YUV64.42161.05109.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=17.11%
G=28.95%
B=53.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39661230.680.4600.52220.7151.8531.76
Hex27427B442E034dd3420
Octal47102173104560643356440
Binary100111100001011110111000100101110011010011011101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27427B; }

 p { color: rgb(39,66,123); }

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

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

 a { background-color: rgb(39,66,123); }

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

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

 span { border-color: rgb(39,66,123); }

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