#263066

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

Shades of Deep Koamaru #263066

Tints of Deep Koamaru #263066

Color information

#263066 (or 0x263066) is unknown color: approx Deep Koamaru. HEX triplet: 26, 30 and 66. RGB value is (38,48,102). Sum of RGB (Red+Green+Blue) = 38+48+102=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #263066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263066 is #D9CF99. Grayscale: #323232. Windows color (decimal): -14274458 or 6696998. OLE color: 6696998.

HSL color Cylindrical-coordinate representation of color #263066: hue angle of 230.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263066 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3848102-
CMYK0.630.5300.6
HSL230.62º45.71%27.45%-
HSV(B)230.62º62.75%40%-
XYZ4.253.4913.02-
YUV51.17156.69118.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=20.21%
G=25.53%
B=54.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38481020.630.5300.6230.6245.7127.45
Hex2630663F3503Ce72e1b
Octal466014677650743475633
Binary100110110000110011011111111010101111001110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263066; }

 p { color: rgb(38,48,102); }

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

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

 a { background-color: rgb(38,48,102); }

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

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

 span { border-color: rgb(38,48,102); }

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