#232C6C

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

Shades of Deep Koamaru #232C6C

Tints of Deep Koamaru #232C6C

Color information

#232C6C (or 0x232C6C) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2C and 6C. RGB value is (35,44,108). Sum of RGB (Red+Green+Blue) = 35+44+108=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #232C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C6C is #DCD393. Grayscale: #303030. Windows color (decimal): -14472084 or 7089187. OLE color: 7089187.

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

Color convert

RGB3544108-
CMYK0.680.5900.58
HSL232.6º51.05%28.04%-
HSV(B)232.6º67.59%42.35%-
XYZ4.33.2414.59-
YUV48.6161.52118.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=18.72%
G=23.53%
B=57.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35441080.680.5900.58232.651.0528.04
Hex232C6C443B03Ae9331c
Octal4354154104730723516334
Binary1000111011001101100100010011101101110101110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,44,108); }

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

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

 a { background-color: rgb(35,44,108); }

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

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

 span { border-color: rgb(35,44,108); }

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