#262B76

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

Shades of Deep Koamaru #262B76

Tints of Deep Koamaru #262B76

Color information

#262B76 (or 0x262B76) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2B and 76. RGB value is (38,43,118). Sum of RGB (Red+Green+Blue) = 38+43+118=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #262B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B76 is #D9D489. Grayscale: #313131. Windows color (decimal): -14275722 or 7744294. OLE color: 7744294.

HSL color Cylindrical-coordinate representation of color #262B76: hue angle of 236.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262B76 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3843118-
CMYK0.680.6400.54
HSL236.25º51.28%30.59%-
HSV(B)236.25º67.8%46.27%-
XYZ4.933.4517.55-
YUV50.06166.34119.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=19.10%
G=21.61%
B=59.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38431180.680.6400.54236.2551.2830.59
Hex262B764440036ec331f
Octal46531661041000663546337
Binary10011010101111101101000100100000001101101110110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262B76; }

 p { color: rgb(38,43,118); }

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

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

 a { background-color: rgb(38,43,118); }

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

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

 span { border-color: rgb(38,43,118); }

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