#1F3240

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

Shades of Blue Whale #1F3240

Tints of Blue Whale #1F3240

Color information

#1F3240 (or 0x1F3240) is unknown color: approx Blue Whale. HEX triplet: 1F, 32 and 40. RGB value is (31,50,64). Sum of RGB (Red+Green+Blue) = 31+50+64=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3240 is #E0CDBF. Grayscale: #2D2D2D. Windows color (decimal): -14732736 or 4207135. OLE color: 4207135.

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

Color convert

RGB315064-
CMYK0.520.2200.75
HSL205.45º34.74%18.63%-
HSV(B)205.45º51.56%25.1%-
XYZ2.632.945.28-
YUV45.92138.21117.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=21.38%
G=34.48%
B=44.14%

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
Decimal3150640.520.2200.75205.4534.7418.63
Hex1F3240341604Bcd2313
Octal3762100642601133154323
Binary11111110010100000011010010110010010111100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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