#26296D

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

Shades of Deep Koamaru #26296D

Tints of Deep Koamaru #26296D

Color information

#26296D (or 0x26296D) is unknown color: approx Deep Koamaru. HEX triplet: 26, 29 and 6D. RGB value is (38,41,109). Sum of RGB (Red+Green+Blue) = 38+41+109=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #26296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26296D is #D9D692. Grayscale: #2F2F2F. Windows color (decimal): -14276243 or 7153958. OLE color: 7153958.

HSL color Cylindrical-coordinate representation of color #26296D: hue angle of 237.46º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26296D is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3841109-
CMYK0.650.6200.57
HSL237.46º48.3%28.82%-
HSV(B)237.46º65.14%42.75%-
XYZ4.353.114.84-
YUV47.86162.51120.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=20.21%
G=21.81%
B=57.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38411090.650.6200.57237.4648.328.82
Hex26296D413E039ed301d
Octal4651155101760713556035
Binary1001101010011101101100000111111001110011110110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26296D; }

 p { color: rgb(38,41,109); }

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

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

 a { background-color: rgb(38,41,109); }

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

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

 span { border-color: rgb(38,41,109); }

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