#26286D

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

Shades of Deep Koamaru #26286D

Tints of Deep Koamaru #26286D

Color information

#26286D (or 0x26286D) is unknown color: approx Deep Koamaru. HEX triplet: 26, 28 and 6D. RGB value is (38,40,109). Sum of RGB (Red+Green+Blue) = 38+40+109=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #26286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26286D is #D9D792. Grayscale: #2E2E2E. Windows color (decimal): -14276499 or 7153702. OLE color: 7153702.

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

Color convert

RGB3840109-
CMYK0.650.6300.57
HSL238.31º48.3%28.82%-
HSV(B)238.31º65.14%42.75%-
XYZ4.323.0314.83-
YUV47.27162.84121.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=20.32%
G=21.39%
B=58.29%

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
Decimal38401090.650.6300.57238.3148.328.82
Hex26286D413F039ee301d
Octal4650155101770713566035
Binary1001101010001101101100000111111101110011110111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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