#1D3540

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

Shades of Blue Whale #1D3540

Tints of Blue Whale #1D3540

Color information

#1D3540 (or 0x1D3540) is unknown color: approx Blue Whale. HEX triplet: 1D, 35 and 40. RGB value is (29,53,64). Sum of RGB (Red+Green+Blue) = 29+53+64=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D3540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3540 is #E2CABF. Grayscale: #2F2F2F. Windows color (decimal): -14863040 or 4207901. OLE color: 4207901.

HSL color Cylindrical-coordinate representation of color #1D3540: hue angle of 198.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D3540 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB295364-
CMYK0.550.1700.75
HSL198.86º37.63%18.24%-
HSV(B)198.86º54.69%25.1%-
XYZ2.713.185.32-
YUV47.08137.55115.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.86%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=19.86%
G=36.30%
B=43.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2953640.550.1700.75198.8637.6318.24
Hex1D3540371104Bc72612
Octal3565100672101133074622
Binary11101110101100000011011110001010010111100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D3540; }

 p { color: rgb(29,53,64); }

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

<style>
 a { background-color: #1D3540; }

 a { background-color: rgb(29,53,64); }

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

<style>
 span { border-color: #1D3540; }

 span { border-color: rgb(29,53,64); }

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