#262C6B

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

Shades of Deep Koamaru #262C6B

Tints of Deep Koamaru #262C6B

Color information

#262C6B (or 0x262C6B) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2C and 6B. RGB value is (38,44,107). Sum of RGB (Red+Green+Blue) = 38+44+107=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #262C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C6B is #D9D394. Grayscale: #313131. Windows color (decimal): -14275477 or 7023654. OLE color: 7023654.

HSL color Cylindrical-coordinate representation of color #262C6B: hue angle of 234.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #262C6B is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3844107-
CMYK0.640.5900.58
HSL234.78º47.59%28.43%-
HSV(B)234.78º64.49%41.96%-
XYZ4.353.2714.31-
YUV49.39160.51119.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=20.11%
G=23.28%
B=56.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38441070.640.5900.58234.7847.5928.43
Hex262C6B403B03Aeb301c
Octal4654153100730723536034
Binary1001101011001101011100000011101101110101110101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,44,107); }

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

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

 a { background-color: rgb(38,44,107); }

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

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

 span { border-color: rgb(38,44,107); }

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