#38497A

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

Shades of Resolution Blue #38497A

Tints of Resolution Blue #38497A

Color information

#38497A (or 0x38497A) is unknown color: approx Resolution Blue. HEX triplet: 38, 49 and 7A. RGB value is (56,73,122). Sum of RGB (Red+Green+Blue) = 56+73+122=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #38497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38497A is #C7B685. Grayscale: #494949. Windows color (decimal): -13088390 or 8014136. OLE color: 8014136.

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

Color convert

RGB5673122-
CMYK0.540.4000.52
HSL224.55º37.08%34.9%-
HSV(B)224.55º54.1%47.84%-
XYZ7.537.0119.37-
YUV73.5155.37115.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=22.31%
G=29.08%
B=48.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56731220.540.4000.52224.5537.0834.9
Hex38497A3628034e12523
Octal7011117266500643414543
Binary11100010010011111010110110101000011010011100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,73,122); }

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

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

 a { background-color: rgb(56,73,122); }

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

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

 span { border-color: rgb(56,73,122); }

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