#232D68

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

Shades of Deep Koamaru #232D68

Tints of Deep Koamaru #232D68

Color information

#232D68 (or 0x232D68) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2D and 68. RGB value is (35,45,104). Sum of RGB (Red+Green+Blue) = 35+45+104=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #232D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D68 is #DCD297. Grayscale: #303030. Windows color (decimal): -14471832 or 6827299. OLE color: 6827299.

HSL color Cylindrical-coordinate representation of color #232D68: hue angle of 231.3º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232D68 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3545104-
CMYK0.660.5700.59
HSL231.3º49.64%27.25%-
HSV(B)231.3º66.35%40.78%-
XYZ4.133.2313.5-
YUV48.74159.19118.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=19.02%
G=24.46%
B=56.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35451040.660.5700.59231.349.6427.25
Hex232D68423903Be7321b
Octal4355150102710733476233
Binary1000111011011101000100001011100101110111110011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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