#262C6F

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

Shades of Deep Koamaru #262C6F

Tints of Deep Koamaru #262C6F

Color information

#262C6F (or 0x262C6F) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2C and 6F. RGB value is (38,44,111). Sum of RGB (Red+Green+Blue) = 38+44+111=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #262C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C6F is #D9D390. Grayscale: #313131. Windows color (decimal): -14275473 or 7285798. OLE color: 7285798.

HSL color Cylindrical-coordinate representation of color #262C6F: hue angle of 235.07º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #262C6F is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3844111-
CMYK0.660.6000.56
HSL235.07º48.99%29.22%-
HSV(B)235.07º65.77%43.53%-
XYZ4.573.3615.45-
YUV49.84162.51119.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=19.69%
G=22.80%
B=57.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38441110.660.6000.56235.0748.9929.22
Hex262C6F423C038eb311d
Octal4654157102740703536135
Binary1001101011001101111100001011110001110001110101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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