#38487B

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

Shades of Resolution Blue #38487B

Tints of Resolution Blue #38487B

Color information

#38487B (or 0x38487B) is unknown color: approx Resolution Blue. HEX triplet: 38, 48 and 7B. RGB value is (56,72,123). Sum of RGB (Red+Green+Blue) = 56+72+123=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #38487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38487B is #C7B784. Grayscale: #484848. Windows color (decimal): -13088645 or 8079416. OLE color: 8079416.

HSL color Cylindrical-coordinate representation of color #38487B: hue angle of 225.67º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38487B is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5672123-
CMYK0.540.4100.52
HSL225.67º37.43%35.1%-
HSV(B)225.67º54.47%48.24%-
XYZ7.526.9119.68-
YUV73.03156.2115.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=22.31%
G=28.69%
B=49.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56721230.540.4100.52225.6737.4335.1
Hex38487B3629034e22523
Octal7011017366510643424543
Binary11100010010001111011110110101001011010011100010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,72,123); }

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

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

 a { background-color: rgb(56,72,123); }

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

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

 span { border-color: rgb(56,72,123); }

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