#202C68

Color #202C68 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #202C68

Tints of Deep Koamaru #202C68

Color information

#202C68 (or 0x202C68) is unknown color: approx Deep Koamaru. HEX triplet: 20, 2C and 68. RGB value is (32,44,104). Sum of RGB (Red+Green+Blue) = 32+44+104=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #202C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C68 is #DFD397. Grayscale: #2E2E2E. Windows color (decimal): -14668696 or 6827040. OLE color: 6827040.

HSL color Cylindrical-coordinate representation of color #202C68: hue angle of 230º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202C68 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3244104-
CMYK0.690.5800.59
HSL230º52.94%26.67%-
HSV(B)230º69.23%40.78%-
XYZ43.1113.49-
YUV47.25160.02117.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 104 (41.02% from 255) = 57.78%
R=17.78%
G=24.44%
B=57.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32441040.690.5800.5923052.9426.67
Hex202C68453A03Be6351b
Octal4054150105720733466533
Binary1000001011001101000100010111101001110111110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202C68; }

 p { color: rgb(32,44,104); }

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

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

 a { background-color: rgb(32,44,104); }

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

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

 span { border-color: rgb(32,44,104); }

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