#232D6A

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

Shades of Deep Koamaru #232D6A

Tints of Deep Koamaru #232D6A

Color information

#232D6A (or 0x232D6A) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2D and 6A. RGB value is (35,45,106). Sum of RGB (Red+Green+Blue) = 35+45+106=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #232D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D6A is #DCD295. Grayscale: #303030. Windows color (decimal): -14471830 or 6958371. OLE color: 6958371.

HSL color Cylindrical-coordinate representation of color #232D6A: hue angle of 231.55º 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 #232D6A is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3545106-
CMYK0.670.5800.58
HSL231.55º50.35%27.65%-
HSV(B)231.55º66.98%41.57%-
XYZ4.233.2714.04-
YUV48.96160.19118.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 106 (41.80% from 255) = 56.99%
R=18.82%
G=24.19%
B=56.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35451060.670.5800.58231.5550.3527.65
Hex232D6A433A03Ae8321c
Octal4355152103720723506234
Binary1000111011011101010100001111101001110101110100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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