#38507B

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

Shades of Fun Blue #38507B

Tints of Fun Blue #38507B

Color information

#38507B (or 0x38507B) is unknown color: approx Fun Blue. HEX triplet: 38, 50 and 7B. RGB value is (56,80,123). Sum of RGB (Red+Green+Blue) = 56+80+123=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #38507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38507B is #C7AF84. Grayscale: #4D4D4D. Windows color (decimal): -13086597 or 8081464. OLE color: 8081464.

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

Color convert

RGB5680123-
CMYK0.540.3500.52
HSL218.51º37.43%35.1%-
HSV(B)218.51º54.47%48.24%-
XYZ8.078.0119.86-
YUV77.73153.55112.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=21.62%
G=30.89%
B=47.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56801230.540.3500.52218.5137.4335.1
Hex38507B3623034db2523
Octal7012017366430643334543
Binary11100010100001111011110110100011011010011011011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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