#262B68

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

Shades of Deep Koamaru #262B68

Tints of Deep Koamaru #262B68

Color information

#262B68 (or 0x262B68) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2B and 68. RGB value is (38,43,104). Sum of RGB (Red+Green+Blue) = 38+43+104=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #262B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B68 is #D9D497. Grayscale: #303030. Windows color (decimal): -14275736 or 6826790. OLE color: 6826790.

HSL color Cylindrical-coordinate representation of color #262B68: hue angle of 235.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #262B68 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3843104-
CMYK0.630.5900.59
HSL235.45º46.48%27.84%-
HSV(B)235.45º63.46%40.78%-
XYZ4.163.1413.48-
YUV48.46159.34120.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=20.54%
G=23.24%
B=56.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38431040.630.5900.59235.4546.4827.84
Hex262B683F3B03Beb2e1c
Octal465315077730733535634
Binary100110101011110100011111111101101110111110101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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