#262971

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

Shades of Deep Koamaru #262971

Tints of Deep Koamaru #262971

Color information

#262971 (or 0x262971) is unknown color: approx Deep Koamaru. HEX triplet: 26, 29 and 71. RGB value is (38,41,113). Sum of RGB (Red+Green+Blue) = 38+41+113=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #262971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262971 is #D9D68E. Grayscale: #303030. Windows color (decimal): -14276239 or 7416102. OLE color: 7416102.

HSL color Cylindrical-coordinate representation of color #262971: hue angle of 237.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #262971 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3841113-
CMYK0.660.6400.56
HSL237.6º49.67%29.61%-
HSV(B)237.6º66.37%44.31%-
XYZ4.573.1916-
YUV48.31164.51120.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 113 (44.53% from 255) = 58.85%
R=19.79%
G=21.35%
B=58.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38411130.660.6400.56237.649.6729.61
Hex2629714240038ee321e
Octal46511611021000703566236
Binary10011010100111100011000010100000001110001110111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262971; }

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

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

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

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

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

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

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

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