#262763

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

Shades of Deep Koamaru #262763

Tints of Deep Koamaru #262763

Color information

#262763 (or 0x262763) is unknown color: approx Deep Koamaru. HEX triplet: 26, 27 and 63. RGB value is (38,39,99). Sum of RGB (Red+Green+Blue) = 38+39+99=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #262763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262763 is #D9D89C. Grayscale: #2D2D2D. Windows color (decimal): -14276765 or 6498086. OLE color: 6498086.

HSL color Cylindrical-coordinate representation of color #262763: hue angle of 239.02º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #262763 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB383999-
CMYK0.620.6100.61
HSL239.02º44.53%26.86%-
HSV(B)239.02º61.62%38.82%-
XYZ3.782.7612.14-
YUV45.54158.17122.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=21.59%
G=22.16%
B=56.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3839990.620.6100.61239.0244.5326.86
Hex2627633E3D03Def2d1b
Octal464714376750753575533
Binary100110100111110001111111011110101111011110111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262763; }

 p { color: rgb(38,39,99); }

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

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

 a { background-color: rgb(38,39,99); }

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

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

 span { border-color: rgb(38,39,99); }

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