#203441

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

Shades of Blue Whale #203441

Tints of Blue Whale #203441

Color information

#203441 (or 0x203441) is unknown color: approx Blue Whale. HEX triplet: 20, 34 and 41. RGB value is (32,52,65). Sum of RGB (Red+Green+Blue) = 32+52+65=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #203441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203441 is #DFCBBE. Grayscale: #2F2F2F. Windows color (decimal): -14666687 or 4273184. OLE color: 4273184.

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

Color convert

RGB325265-
CMYK0.510.2000.75
HSL203.64º34.02%19.02%-
HSV(B)203.64º50.77%25.49%-
XYZ2.783.145.46-
YUV47.5137.87116.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 65 (25.78% from 255) = 43.62%
R=21.48%
G=34.90%
B=43.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3252650.510.2000.75203.6434.0219.02
Hex203441331404Bcc2213
Octal4064101632401133144223
Binary100000110100100000111001110100010010111100110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203441; }

 p { color: rgb(32,52,65); }

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

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

 a { background-color: rgb(32,52,65); }

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

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

 span { border-color: rgb(32,52,65); }

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