#38467E

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

Shades of Resolution Blue #38467E

Tints of Resolution Blue #38467E

Color information

#38467E (or 0x38467E) is unknown color: approx Resolution Blue. HEX triplet: 38, 46 and 7E. RGB value is (56,70,126). Sum of RGB (Red+Green+Blue) = 56+70+126=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #38467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38467E is #C7B981. Grayscale: #474747. Windows color (decimal): -13089154 or 8275512. OLE color: 8275512.

HSL color Cylindrical-coordinate representation of color #38467E: hue angle of 228º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38467E is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5670126-
CMYK0.560.4400.51
HSL228º38.46%35.69%-
HSV(B)228º55.56%49.41%-
XYZ7.596.7320.64-
YUV72.2158.36116.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 126 (49.61% from 255) = 50%
R=22.22%
G=27.78%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56701260.560.4400.5122838.4635.69
Hex38467E382C033e42624
Octal7010617670540633444644
Binary11100010001101111110111000101100011001111100100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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