#1F343F

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

Shades of Blue Whale #1F343F

Tints of Blue Whale #1F343F

Color information

#1F343F (or 0x1F343F) is unknown color: approx Blue Whale. HEX triplet: 1F, 34 and 3F. RGB value is (31,52,63). Sum of RGB (Red+Green+Blue) = 31+52+63=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F343F is #E0CBC0. Grayscale: #2E2E2E. Windows color (decimal): -14732225 or 4142111. OLE color: 4142111.

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

Color convert

RGB315263-
CMYK0.510.1700.75
HSL200.62º34.04%18.43%-
HSV(B)200.62º50.79%24.71%-
XYZ2.693.115.16-
YUV46.98137.04116.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 63 (25% from 255) = 43.15%
R=21.23%
G=35.62%
B=43.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3152630.510.1700.75200.6234.0418.43
Hex1F343F331104Bc92212
Octal376477632101133114222
Binary1111111010011111111001110001010010111100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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