#15303A

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

Shades of Blue Whale #15303A

Tints of Blue Whale #15303A

Color information

#15303A (or 0x15303A) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 3A. RGB value is (21,48,58). Sum of RGB (Red+Green+Blue) = 21+48+58=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #15303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303A is #EACFC5. Grayscale: #292929. Windows color (decimal): -15388614 or 3813397. OLE color: 3813397.

HSL color Cylindrical-coordinate representation of color #15303A: hue angle of 196.22º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15303A is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB214858-
CMYK0.640.1700.77
HSL196.22º46.84%15.49%-
HSV(B)196.22º63.79%22.75%-
XYZ2.132.584.39-
YUV41.07137.55113.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=16.54%
G=37.80%
B=45.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2148580.640.1700.77196.2246.8415.49
Hex15303A401104Dc42ff
Octal2560721002101153045717
Binary1010111000011101010000001000101001101110001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,48,58); }

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

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

 a { background-color: rgb(21,48,58); }

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

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

 span { border-color: rgb(21,48,58); }

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