#10354C

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

Shades of Blue Whale #10354C

Tints of Blue Whale #10354C

Color information

#10354C (or 0x10354C) is unknown color: approx Blue Whale. HEX triplet: 10, 35 and 4C. RGB value is (16,53,76). Sum of RGB (Red+Green+Blue) = 16+53+76=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #10354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10354C is #EFCAB3. Grayscale: #2C2C2C. Windows color (decimal): -15714996 or 4994320. OLE color: 4994320.

HSL color Cylindrical-coordinate representation of color #10354C: hue angle of 203º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10354C is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB165376-
CMYK0.790.3000.70
HSL203º65.22%18.04%-
HSV(B)203º78.95%29.8%-
XYZ2.793.187.3-
YUV44.56145.74107.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=11.03%
G=36.55%
B=52.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1653760.790.3000.7020365.2218.04
Hex10354C4F1E046cb4112
Octal206511411736010631310122
Binary1000011010110011001001111111100100011011001011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10354C; }

 p { color: rgb(16,53,76); }

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

<style>
 a { background-color: #10354C; }

 a { background-color: rgb(16,53,76); }

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

<style>
 span { border-color: #10354C; }

 span { border-color: rgb(16,53,76); }

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