#1F3340

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

Shades of Blue Whale #1F3340

Tints of Blue Whale #1F3340

Color information

#1F3340 (or 0x1F3340) is unknown color: approx Blue Whale. HEX triplet: 1F, 33 and 40. RGB value is (31,51,64). Sum of RGB (Red+Green+Blue) = 31+51+64=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3340 is #E0CCBF. Grayscale: #2E2E2E. Windows color (decimal): -14732480 or 4207391. OLE color: 4207391.

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

Color convert

RGB315164-
CMYK0.520.2000.75
HSL203.64º34.74%18.63%-
HSV(B)203.64º51.56%25.1%-
XYZ2.673.035.29-
YUV46.5137.87116.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=21.23%
G=34.93%
B=43.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3151640.520.2000.75203.6434.7418.63
Hex1F3340341404Bcc2313
Octal3763100642401133144323
Binary11111110011100000011010010100010010111100110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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