#232A6A

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

Shades of Deep Koamaru #232A6A

Tints of Deep Koamaru #232A6A

Color information

#232A6A (or 0x232A6A) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2A and 6A. RGB value is (35,42,106). Sum of RGB (Red+Green+Blue) = 35+42+106=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #232A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A6A is #DCD595. Grayscale: #2E2E2E. Windows color (decimal): -14472598 or 6957603. OLE color: 6957603.

HSL color Cylindrical-coordinate representation of color #232A6A: hue angle of 234.08º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232A6A is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3542106-
CMYK0.670.6000.58
HSL234.08º50.35%27.65%-
HSV(B)234.08º66.98%41.57%-
XYZ4.123.0514.01-
YUV47.2161.18119.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 106 (41.80% from 255) = 57.92%
R=19.13%
G=22.95%
B=57.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35421060.670.6000.58234.0850.3527.65
Hex232A6A433C03Aea321c
Octal4352152103740723526234
Binary1000111010101101010100001111110001110101110101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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