#262F71

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

Shades of Deep Koamaru #262F71

Tints of Deep Koamaru #262F71

Color information

#262F71 (or 0x262F71) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2F and 71. RGB value is (38,47,113). Sum of RGB (Red+Green+Blue) = 38+47+113=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #262F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F71 is #D9D08E. Grayscale: #333333. Windows color (decimal): -14274703 or 7417638. OLE color: 7417638.

HSL color Cylindrical-coordinate representation of color #262F71: hue angle of 232.8º 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 #262F71 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3847113-
CMYK0.660.5800.56
HSL232.8º49.67%29.61%-
HSV(B)232.8º66.37%44.31%-
XYZ4.83.6416.07-
YUV51.83162.52118.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 113 (44.53% from 255) = 57.07%
R=19.19%
G=23.74%
B=57.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38471130.660.5800.56232.849.6729.61
Hex262F71423A038e9321e
Octal4657161102720703516236
Binary1001101011111110001100001011101001110001110100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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