#26296E

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

Shades of Deep Koamaru #26296E

Tints of Deep Koamaru #26296E

Color information

#26296E (or 0x26296E) is unknown color: approx Deep Koamaru. HEX triplet: 26, 29 and 6E. RGB value is (38,41,110). Sum of RGB (Red+Green+Blue) = 38+41+110=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #26296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26296E is #D9D691. Grayscale: #2F2F2F. Windows color (decimal): -14276242 or 7219494. OLE color: 7219494.

HSL color Cylindrical-coordinate representation of color #26296E: hue angle of 237.5º degrees, saturation: 0.49, 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 #26296E is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3841110-
CMYK0.650.6300.57
HSL237.5º48.65%29.02%-
HSV(B)237.5º65.45%43.14%-
XYZ4.413.1215.12-
YUV47.97163.01120.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=20.11%
G=21.69%
B=58.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38411100.650.6300.57237.548.6529.02
Hex26296E413F039ee311d
Octal4651156101770713566135
Binary1001101010011101110100000111111101110011110111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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