#1F374A

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

Shades of Blue Whale #1F374A

Tints of Blue Whale #1F374A

Color information

#1F374A (or 0x1F374A) is unknown color: approx Blue Whale. HEX triplet: 1F, 37 and 4A. RGB value is (31,55,74). Sum of RGB (Red+Green+Blue) = 31+55+74=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F374A is #E0C8B5. Grayscale: #313131. Windows color (decimal): -14731446 or 4863775. OLE color: 4863775.

HSL color Cylindrical-coordinate representation of color #1F374A: hue angle of 206.51º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F374A is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB315574-
CMYK0.580.2600.71
HSL206.51º40.95%20.59%-
HSV(B)206.51º58.11%29.02%-
XYZ3.173.526.99-
YUV49.99141.55114.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 74 (29.30% from 255) = 46.25%
R=19.38%
G=34.38%
B=46.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3155740.580.2600.71206.5140.9520.59
Hex1F374A3A1A047cf2915
Octal3767112723201073175125
Binary11111110111100101011101011010010001111100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,74); }

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

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

 a { background-color: rgb(31,55,74); }

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

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

 span { border-color: rgb(31,55,74); }

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