#232E6E

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

Shades of Deep Koamaru #232E6E

Tints of Deep Koamaru #232E6E

Color information

#232E6E (or 0x232E6E) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2E and 6E. RGB value is (35,46,110). Sum of RGB (Red+Green+Blue) = 35+46+110=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #232E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E6E is #DCD191. Grayscale: #313131. Windows color (decimal): -14471570 or 7220771. OLE color: 7220771.

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

Color convert

RGB3546110-
CMYK0.680.5800.57
HSL231.2º51.72%28.43%-
HSV(B)231.2º68.18%43.14%-
XYZ4.483.4415.18-
YUV50.01161.86117.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=18.32%
G=24.08%
B=57.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35461100.680.5800.57231.251.7228.43
Hex232E6E443A039e7341c
Octal4356156104720713476434
Binary1000111011101101110100010011101001110011110011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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