#38677A

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

Shades of Blumine #38677A

Tints of Blumine #38677A

Color information

#38677A (or 0x38677A) is unknown color: approx Blumine. HEX triplet: 38, 67 and 7A. RGB value is (56,103,122). Sum of RGB (Red+Green+Blue) = 56+103+122=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #38677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38677A is #C79885. Grayscale: #5A5A5A. Windows color (decimal): -13080710 or 8021816. OLE color: 8021816.

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

Color convert

RGB56103122-
CMYK0.540.1600.52
HSL197.27º37.08%34.9%-
HSV(B)197.27º54.1%47.84%-
XYZ9.9911.9520.19-
YUV91.11145.43102.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=19.93%
G=36.65%
B=43.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561031220.540.1600.52197.2737.0834.9
Hex38677A3610034c52523
Octal7014717266200643054543
Binary1110001100111111101011011010000011010011000101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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