#232a66

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

Shades of Deep Koamaru #232A66

Tints of Deep Koamaru #232A66

Color information

#232A66 (or 0x232A66) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2A and 66. RGB value is (35,42,102). Sum of RGB (Red+Green+Blue) = 35+42+102=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #232A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A66 is #DCD599. Grayscale: #2E2E2E. Windows color (decimal): -14472602 or 6695459. OLE color: 6695459.

HSL color Cylindrical-coordinate representation of color #232A66: hue angle of 233.73º 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 #232A66 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3542102-
CMYK0.660.5900.6
HSL233.73º48.91%26.86%-
HSV(B)233.73º65.69%40%-
XYZ3.922.9712.94-
YUV46.75159.18119.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=19.55%
G=23.46%
B=56.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35421020.660.5900.6233.7348.9126.86
Hex232A66423B03Cea311b
Octal4352146102730743526133
Binary1000111010101100110100001011101101111001110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232a66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232a66; }

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

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

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

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

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

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

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

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