#1D343F

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

Shades of Blue Whale #1D343F

Tints of Blue Whale #1D343F

Color information

#1D343F (or 0x1D343F) is unknown color: approx Blue Whale. HEX triplet: 1D, 34 and 3F. RGB value is (29,52,63). Sum of RGB (Red+Green+Blue) = 29+52+63=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D343F is #E2CBC0. Grayscale: #2E2E2E. Windows color (decimal): -14863297 or 4142109. OLE color: 4142109.

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

Color convert

RGB295263-
CMYK0.540.1700.75
HSL199.41º36.96%18.04%-
HSV(B)199.41º53.97%24.71%-
XYZ2.633.085.16-
YUV46.38137.38115.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 63 (25% from 255) = 43.75%
R=20.14%
G=36.11%
B=43.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2952630.540.1700.75199.4136.9618.04
Hex1D343F361104Bc72512
Octal356477662101133074522
Binary1110111010011111111011010001010010111100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,63); }

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

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

 a { background-color: rgb(29,52,63); }

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

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

 span { border-color: rgb(29,52,63); }

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