#153641

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

Shades of Blue Whale #153641

Tints of Blue Whale #153641

Color information

#153641 (or 0x153641) is unknown color: approx Blue Whale. HEX triplet: 15, 36 and 41. RGB value is (21,54,65). Sum of RGB (Red+Green+Blue) = 21+54+65=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #153641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153641 is #EAC9BE. Grayscale: #2D2D2D. Windows color (decimal): -15387071 or 4273685. OLE color: 4273685.

HSL color Cylindrical-coordinate representation of color #153641: hue angle of 195º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153641 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB215465-
CMYK0.680.1700.75
HSL195º51.16%16.86%-
HSV(B)195º67.69%25.49%-
XYZ2.583.185.48-
YUV45.39139.07110.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=15%
G=38.57%
B=46.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2154650.680.1700.7519551.1616.86
Hex153641441104Bc33311
Octal25661011042101133036321
Binary101011101101000001100010010001010010111100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153641; }

 p { color: rgb(21,54,65); }

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

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

 a { background-color: rgb(21,54,65); }

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

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

 span { border-color: rgb(21,54,65); }

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