#232C6E

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

Shades of Deep Koamaru #232C6E

Tints of Deep Koamaru #232C6E

Color information

#232C6E (or 0x232C6E) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2C and 6E. RGB value is (35,44,110). Sum of RGB (Red+Green+Blue) = 35+44+110=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #232C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C6E is #DCD391. Grayscale: #303030. Windows color (decimal): -14472082 or 7220259. OLE color: 7220259.

HSL color Cylindrical-coordinate representation of color #232C6E: hue angle of 232.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #232C6E is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3544110-
CMYK0.680.600.57
HSL232.8º51.72%28.43%-
HSV(B)232.8º68.18%43.14%-
XYZ4.413.2815.15-
YUV48.83162.52118.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=18.52%
G=23.28%
B=58.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35441100.680.600.57232.851.7228.43
Hex232C6E443C039e9341c
Octal4354156104740713516434
Binary1000111011001101110100010011110001110011110100111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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