#1F3341

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

Shades of Blue Whale #1F3341

Tints of Blue Whale #1F3341

Color information

#1F3341 (or 0x1F3341) is unknown color: approx Blue Whale. HEX triplet: 1F, 33 and 41. RGB value is (31,51,65). Sum of RGB (Red+Green+Blue) = 31+51+65=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3341 is #E0CCBE. Grayscale: #2E2E2E. Windows color (decimal): -14732479 or 4272927. OLE color: 4272927.

HSL color Cylindrical-coordinate representation of color #1F3341: hue angle of 204.71º 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 #1F3341 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB315165-
CMYK0.520.2200.75
HSL204.71º35.42%18.82%-
HSV(B)204.71º52.31%25.49%-
XYZ2.73.045.45-
YUV46.62138.37116.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=21.09%
G=34.69%
B=44.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3151650.520.2200.75204.7135.4218.82
Hex1F3341341604Bcd2313
Octal3763101642601133154323
Binary11111110011100000111010010110010010111100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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