#1F364A

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

Shades of Blue Whale #1F364A

Tints of Blue Whale #1F364A

Color information

#1F364A (or 0x1F364A) is unknown color: approx Blue Whale. HEX triplet: 1F, 36 and 4A. RGB value is (31,54,74). Sum of RGB (Red+Green+Blue) = 31+54+74=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F364A is #E0C9B5. Grayscale: #313131. Windows color (decimal): -14731702 or 4863519. OLE color: 4863519.

HSL color Cylindrical-coordinate representation of color #1F364A: hue angle of 207.91º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F364A is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB315474-
CMYK0.580.2700.71
HSL207.91º40.95%20.59%-
HSV(B)207.91º58.11%29.02%-
XYZ3.123.426.98-
YUV49.4141.88114.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 74 (29.30% from 255) = 46.54%
R=19.50%
G=33.96%
B=46.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3154740.580.2700.71207.9140.9520.59
Hex1F364A3A1B047d02915
Octal3766112723301073205125
Binary11111110110100101011101011011010001111101000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,74); }

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

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

 a { background-color: rgb(31,54,74); }

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

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

 span { border-color: rgb(31,54,74); }

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