#10303D

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

Shades of Blue Whale #10303D

Tints of Blue Whale #10303D

Color information

#10303D (or 0x10303D) is unknown color: approx Blue Whale. HEX triplet: 10, 30 and 3D. RGB value is (16,48,61). Sum of RGB (Red+Green+Blue) = 16+48+61=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #10303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10303D is #EFCFC2. Grayscale: #272727. Windows color (decimal): -15716291 or 4010000. OLE color: 4010000.

HSL color Cylindrical-coordinate representation of color #10303D: hue angle of 197.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10303D is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB164861-
CMYK0.740.2100.76
HSL197.33º58.44%15.1%-
HSV(B)197.33º73.77%23.92%-
XYZ2.112.564.8-
YUV39.91139.9110.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 61 (24.22% from 255) = 48.8%
R=12.8%
G=38.4%
B=48.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1648610.740.2100.76197.3358.4415.1
Hex10303D4A1504Cc53af
Octal2060751122501143057217
Binary1000011000011110110010101010101001100110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,48,61); }

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

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

 a { background-color: rgb(16,48,61); }

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

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

 span { border-color: rgb(16,48,61); }

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