Html Css Color HEX #203441 Blue Whale

📋 copy color: '#203441'

red 32 ◦ green 52 ◦ blue 65

#203441
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #203441

Tints of Blue Whale #203441

RGB

 RED value IS 32 (12.89% from 255) = 21.48%

 GREEN value IS 52 (20.7% from 255) = 34.9%

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 21.48%
G = 34.9%
B = 43.62%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#203441 (or 0x203441) is known color: 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

RGB 32 52 65 -
CMYK 0.51 0.20 0 0.75
HSL 203.64º 0.34% 0.19% -
HSV(B) 203.64º 0.51% 0.25% -
XYZ 2.78 3.14 5.46 -
YUV 47.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 32 52 65 0.51 0.20 0 0.75 203.64 0.34 0.19
Hex 20 34 41 33 14 0 4B CC 22 13
Octal 40 64 101 63 24 0 113 314 42 23
Binary 100000 110100 1000001 110011 10100 0 1001011 11001100 100010 10011

Color Harmonies of #203441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203441

Black with #203441

Text Example


Text Example

White with #203441

Text Example


Text Example

HTML Codes & Css Web 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>