#38467F

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

Shades of Resolution Blue #38467F

Tints of Resolution Blue #38467F

Color information

#38467F (or 0x38467F) is unknown color: approx Resolution Blue. HEX triplet: 38, 46 and 7F. RGB value is (56,70,127). Sum of RGB (Red+Green+Blue) = 56+70+127=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #38467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38467F is #C7B980. Grayscale: #484848. Windows color (decimal): -13089153 or 8341048. OLE color: 8341048.

HSL color Cylindrical-coordinate representation of color #38467F: hue angle of 228.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38467F is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5670127-
CMYK0.560.4500.50
HSL228.17º38.8%35.88%-
HSV(B)228.17º55.91%49.8%-
XYZ7.656.7520.98-
YUV72.31158.86116.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 127 (50% from 255) = 50.20%
R=22.13%
G=27.67%
B=50.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56701270.560.4500.50228.1738.835.88
Hex38467F382D032e42724
Octal7010617770550623444744
Binary11100010001101111111111000101101011001011100100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,70,127); }

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

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

 a { background-color: rgb(56,70,127); }

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

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

 span { border-color: rgb(56,70,127); }

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