#232966

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

Shades of Deep Koamaru #232966

Tints of Deep Koamaru #232966

Color information

#232966 (or 0x232966) is unknown color: approx Deep Koamaru. HEX triplet: 23, 29 and 66. RGB value is (35,41,102). Sum of RGB (Red+Green+Blue) = 35+41+102=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #232966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232966 is #DCD699. Grayscale: #2D2D2D. Windows color (decimal): -14472858 or 6695203. OLE color: 6695203.

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

Color convert

RGB3541102-
CMYK0.660.6000.6
HSL234.63º48.91%26.86%-
HSV(B)234.63º65.69%40%-
XYZ3.882.912.93-
YUV46.16159.51120.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 102 (40.23% from 255) = 57.30%
R=19.66%
G=23.03%
B=57.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35411020.660.6000.6234.6348.9126.86
Hex232966423C03Ceb311b
Octal4351146102740743536133
Binary1000111010011100110100001011110001111001110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232966; }

 p { color: rgb(35,41,102); }

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

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

 a { background-color: rgb(35,41,102); }

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

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

 span { border-color: rgb(35,41,102); }

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