#262B70

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

Shades of Deep Koamaru #262B70

Tints of Deep Koamaru #262B70

Color information

#262B70 (or 0x262B70) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2B and 70. RGB value is (38,43,112). Sum of RGB (Red+Green+Blue) = 38+43+112=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #262B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B70 is #D9D48F. Grayscale: #313131. Windows color (decimal): -14275728 or 7351078. OLE color: 7351078.

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

Color convert

RGB3843112-
CMYK0.660.6200.56
HSL235.95º49.33%29.41%-
HSV(B)235.95º66.07%43.92%-
XYZ4.593.3115.73-
YUV49.37163.34119.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=19.69%
G=22.28%
B=58.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38431120.660.6200.56235.9549.3329.41
Hex262B70423E038ec311d
Octal4653160102760703546135
Binary1001101010111110000100001011111001110001110110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,43,112); }

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

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

 a { background-color: rgb(38,43,112); }

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

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

 span { border-color: rgb(38,43,112); }

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