#1F3748

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

Shades of Blue Whale #1F3748

Tints of Blue Whale #1F3748

Color information

#1F3748 (or 0x1F3748) is unknown color: approx Blue Whale. HEX triplet: 1F, 37 and 48. RGB value is (31,55,72). Sum of RGB (Red+Green+Blue) = 31+55+72=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3748 is #E0C8B7. Grayscale: #313131. Windows color (decimal): -14731448 or 4732703. OLE color: 4732703.

HSL color Cylindrical-coordinate representation of color #1F3748: hue angle of 204.88º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F3748 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB315572-
CMYK0.570.2400.72
HSL204.88º39.81%20.2%-
HSV(B)204.88º56.94%28.24%-
XYZ3.13.496.64-
YUV49.76140.55114.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=19.62%
G=34.81%
B=45.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3155720.570.2400.72204.8839.8120.2
Hex1F37483918048cd2814
Octal3767110713001103155024
Binary11111110111100100011100111000010010001100110110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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