#262965

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

Shades of Deep Koamaru #262965

Tints of Deep Koamaru #262965

Color information

#262965 (or 0x262965) is unknown color: approx Deep Koamaru. HEX triplet: 26, 29 and 65. RGB value is (38,41,101). Sum of RGB (Red+Green+Blue) = 38+41+101=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #262965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262965 is #D9D69A. Grayscale: #2E2E2E. Windows color (decimal): -14276251 or 6629670. OLE color: 6629670.

HSL color Cylindrical-coordinate representation of color #262965: hue angle of 237.14º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #262965 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3841101-
CMYK0.620.5900.60
HSL237.14º45.32%27.25%-
HSV(B)237.14º62.38%39.61%-
XYZ3.942.9412.67-
YUV46.94158.51121.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 101 (39.84% from 255) = 56.11%
R=21.11%
G=22.78%
B=56.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38411010.620.5900.60237.1445.3227.25
Hex2629653E3B03Ced2d1b
Octal465114576730743555533
Binary100110101001110010111111011101101111001110110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262965; }

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

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

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

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

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

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

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

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