#1A3348

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

Shades of Blue Whale #1A3348

Tints of Blue Whale #1A3348

Color information

#1A3348 (or 0x1A3348) is unknown color: approx Blue Whale. HEX triplet: 1A, 33 and 48. RGB value is (26,51,72). Sum of RGB (Red+Green+Blue) = 26+51+72=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3348 is #E5CCB7. Grayscale: #2D2D2D. Windows color (decimal): -15060152 or 4731674. OLE color: 4731674.

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

Color convert

RGB265172-
CMYK0.640.2900.72
HSL207.39º46.94%19.22%-
HSV(B)207.39º63.89%28.24%-
XYZ2.783.066.57-
YUV45.92142.72113.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.45%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=17.45%
G=34.23%
B=48.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2651720.640.2900.72207.3946.9419.22
Hex1A3348401D048cf2f13
Octal32631101003501103175723
Binary110101100111001000100000011101010010001100111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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