#1B3348

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

Shades of Blue Whale #1B3348

Tints of Blue Whale #1B3348

Color information

#1B3348 (or 0x1B3348) is unknown color: approx Blue Whale. HEX triplet: 1B, 33 and 48. RGB value is (27,51,72). Sum of RGB (Red+Green+Blue) = 27+51+72=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3348 is #E4CCB7. Grayscale: #2E2E2E. Windows color (decimal): -14994616 or 4731675. OLE color: 4731675.

HSL color Cylindrical-coordinate representation of color #1B3348: hue angle of 208º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B3348 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB275172-
CMYK0.620.2900.72
HSL208º45.45%19.41%-
HSV(B)208º62.5%28.24%-
XYZ2.813.076.58-
YUV46.22142.55114.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 72 (28.52% from 255) = 48%
R=18%
G=34%
B=48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2751720.620.2900.7220845.4519.41
Hex1B33483E1D048d02d13
Octal3363110763501103205523
Binary11011110011100100011111011101010010001101000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,72); }

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

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

 a { background-color: rgb(27,51,72); }

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

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

 span { border-color: rgb(27,51,72); }

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