#262D71

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

Shades of Deep Koamaru #262D71

Tints of Deep Koamaru #262D71

Color information

#262D71 (or 0x262D71) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2D and 71. RGB value is (38,45,113). Sum of RGB (Red+Green+Blue) = 38+45+113=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #262D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D71 is #D9D28E. Grayscale: #323232. Windows color (decimal): -14275215 or 7417126. OLE color: 7417126.

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

Color convert

RGB3845113-
CMYK0.660.6000.56
HSL234.4º49.67%29.61%-
HSV(B)234.4º66.37%44.31%-
XYZ4.723.4816.05-
YUV50.66163.18118.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=19.39%
G=22.96%
B=57.65%

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
Decimal38451130.660.6000.56234.449.6729.61
Hex262D71423C038ea321e
Octal4655161102740703526236
Binary1001101011011110001100001011110001110001110101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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