#27337A

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

Shades of Resolution Blue #27337A

Tints of Resolution Blue #27337A

Color information

#27337A (or 0x27337A) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 7A. RGB value is (39,51,122). Sum of RGB (Red+Green+Blue) = 39+51+122=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #27337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27337A is #D8CC85. Grayscale: #373737. Windows color (decimal): -14208134 or 8008487. OLE color: 8008487.

HSL color Cylindrical-coordinate representation of color #27337A: hue angle of 231.33º 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 #27337A is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3951122-
CMYK0.680.5800.52
HSL231.33º51.55%31.57%-
HSV(B)231.33º68.03%47.84%-
XYZ5.534.218.93-
YUV55.51165.52116.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=18.40%
G=24.06%
B=57.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39511220.680.5800.52231.3351.5531.57
Hex27337A443A034e73420
Octal4763172104720643476440
Binary10011111001111110101000100111010011010011100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27337A; }

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

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

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

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

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

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

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

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