#27337B

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

Shades of Resolution Blue #27337B

Tints of Resolution Blue #27337B

Color information

#27337B (or 0x27337B) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 7B. RGB value is (39,51,123). Sum of RGB (Red+Green+Blue) = 39+51+123=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #27337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27337B is #D8CC84. Grayscale: #373737. Windows color (decimal): -14208133 or 8074023. OLE color: 8074023.

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

Color convert

RGB3951123-
CMYK0.680.5900.52
HSL231.43º51.85%31.76%-
HSV(B)231.43º68.29%48.24%-
XYZ5.64.2319.26-
YUV55.62166.02116.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 123 (48.44% from 255) = 57.75%
R=18.31%
G=23.94%
B=57.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39511230.680.5900.52231.4351.8531.76
Hex27337B443B034e73420
Octal4763173104730643476440
Binary10011111001111110111000100111011011010011100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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