#38447C

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

Shades of Resolution Blue #38447C

Tints of Resolution Blue #38447C

Color information

#38447C (or 0x38447C) is unknown color: approx Resolution Blue. HEX triplet: 38, 44 and 7C. RGB value is (56,68,124). Sum of RGB (Red+Green+Blue) = 56+68+124=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #38447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38447C is #C7BB83. Grayscale: #464646. Windows color (decimal): -13089668 or 8143928. OLE color: 8143928.

HSL color Cylindrical-coordinate representation of color #38447C: hue angle of 229.41º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38447C is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5668124-
CMYK0.550.4500.51
HSL229.41º37.78%35.29%-
HSV(B)229.41º54.84%48.63%-
XYZ7.346.4319.92-
YUV70.8158.02117.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 124 (48.83% from 255) = 50%
R=22.58%
G=27.42%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56681240.550.4500.51229.4137.7835.29
Hex38447C372D033e52623
Octal7010417467550633454643
Binary11100010001001111100110111101101011001111100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38447C; }

 p { color: rgb(56,68,124); }

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

<style>
 a { background-color: #38447C; }

 a { background-color: rgb(56,68,124); }

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

<style>
 span { border-color: #38447C; }

 span { border-color: rgb(56,68,124); }

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