#262E72

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

Shades of Deep Koamaru #262E72

Tints of Deep Koamaru #262E72

Color information

#262E72 (or 0x262E72) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2E and 72. RGB value is (38,46,114). Sum of RGB (Red+Green+Blue) = 38+46+114=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #262E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E72 is #D9D18D. Grayscale: #333333. Windows color (decimal): -14274958 or 7482918. OLE color: 7482918.

HSL color Cylindrical-coordinate representation of color #262E72: hue angle of 233.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262E72 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3846114-
CMYK0.670.6000.55
HSL233.68º50%29.8%-
HSV(B)233.68º66.67%44.71%-
XYZ4.813.5816.36-
YUV51.36163.35118.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=19.19%
G=23.23%
B=57.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38461140.670.6000.55233.685029.8
Hex262E72433C037ea321e
Octal4656162103740673526236
Binary1001101011101110010100001111110001101111110101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,46,114); }

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

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

 a { background-color: rgb(38,46,114); }

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

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

 span { border-color: rgb(38,46,114); }

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