#15313D

Color #15313D Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #15313D

Tints of Blue Whale #15313D

Color information

#15313D (or 0x15313D) is unknown color: approx Blue Whale. HEX triplet: 15, 31 and 3D. RGB value is (21,49,61). Sum of RGB (Red+Green+Blue) = 21+49+61=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #15313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313D is #EACEC2. Grayscale: #292929. Windows color (decimal): -15388355 or 4010261. OLE color: 4010261.

HSL color Cylindrical-coordinate representation of color #15313D: hue angle of 198º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15313D is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB214961-
CMYK0.660.2000.76
HSL198º48.78%16.08%-
HSV(B)198º65.57%23.92%-
XYZ2.252.694.82-
YUV42138.72113.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=16.03%
G=37.40%
B=46.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2149610.660.2000.7619848.7816.08
Hex15313D421404Cc63110
Octal2561751022401143066120
Binary10101110001111101100001010100010011001100011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15313D; }

 p { color: rgb(21,49,61); }

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

<style>
 a { background-color: #15313D; }

 a { background-color: rgb(21,49,61); }

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

<style>
 span { border-color: #15313D; }

 span { border-color: rgb(21,49,61); }

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