#1F3241

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

Shades of Blue Whale #1F3241

Tints of Blue Whale #1F3241

Color information

#1F3241 (or 0x1F3241) is unknown color: approx Blue Whale. HEX triplet: 1F, 32 and 41. RGB value is (31,50,65). Sum of RGB (Red+Green+Blue) = 31+50+65=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3241 is #E0CDBE. Grayscale: #2D2D2D. Windows color (decimal): -14732735 or 4272671. OLE color: 4272671.

HSL color Cylindrical-coordinate representation of color #1F3241: hue angle of 206.47º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F3241 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB315065-
CMYK0.520.2300.75
HSL206.47º35.42%18.82%-
HSV(B)206.47º52.31%25.49%-
XYZ2.662.955.43-
YUV46.03138.71117.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=21.23%
G=34.25%
B=44.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3150650.520.2300.75206.4735.4218.82
Hex1F3241341704Bce2313
Octal3762101642701133164323
Binary11111110010100000111010010111010010111100111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,65); }

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

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

 a { background-color: rgb(31,50,65); }

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

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

 span { border-color: rgb(31,50,65); }

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