#263069

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

Shades of Deep Koamaru #263069

Tints of Deep Koamaru #263069

Color information

#263069 (or 0x263069) is unknown color: approx Deep Koamaru. HEX triplet: 26, 30 and 69. RGB value is (38,48,105). Sum of RGB (Red+Green+Blue) = 38+48+105=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #263069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263069 is #D9CF96. Grayscale: #333333. Windows color (decimal): -14274455 or 6893606. OLE color: 6893606.

HSL color Cylindrical-coordinate representation of color #263069: hue angle of 231.04º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263069 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3848105-
CMYK0.640.5400.59
HSL231.04º46.85%28.04%-
HSV(B)231.04º63.81%41.18%-
XYZ4.413.5513.82-
YUV51.51158.19118.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=19.90%
G=25.13%
B=54.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38481050.640.5400.59231.0446.8528.04
Hex263069403603Be72f1c
Octal4660151100660733475734
Binary1001101100001101001100000011011001110111110011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263069; }

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

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

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

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

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

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

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

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