#1B374C

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

Shades of Blue Whale #1B374C

Tints of Blue Whale #1B374C

Color information

#1B374C (or 0x1B374C) is unknown color: approx Blue Whale. HEX triplet: 1B, 37 and 4C. RGB value is (27,55,76). Sum of RGB (Red+Green+Blue) = 27+55+76=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B374C is #E4C8B3. Grayscale: #303030. Windows color (decimal): -14993588 or 4994843. OLE color: 4994843.

HSL color Cylindrical-coordinate representation of color #1B374C: hue angle of 205.71º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B374C is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB275576-
CMYK0.640.2800.70
HSL205.71º47.57%20.2%-
HSV(B)205.71º64.47%29.8%-
XYZ3.123.497.35-
YUV49.02143.22112.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.09%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=17.09%
G=34.81%
B=48.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2755760.640.2800.70205.7147.5720.2
Hex1B374C401C046ce3014
Octal33671141003401063166024
Binary110111101111001100100000011100010001101100111011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,55,76); }

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

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

 a { background-color: rgb(27,55,76); }

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

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

 span { border-color: rgb(27,55,76); }

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