#232D6E

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

Shades of Deep Koamaru #232D6E

Tints of Deep Koamaru #232D6E

Color information

#232D6E (or 0x232D6E) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2D and 6E. RGB value is (35,45,110). Sum of RGB (Red+Green+Blue) = 35+45+110=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #232D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D6E is #DCD291. Grayscale: #313131. Windows color (decimal): -14471826 or 7220515. OLE color: 7220515.

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

Color convert

RGB3545110-
CMYK0.680.5900.57
HSL232º51.72%28.43%-
HSV(B)232º68.18%43.14%-
XYZ4.453.3615.17-
YUV49.42162.19117.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=18.42%
G=23.68%
B=57.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35451100.680.5900.5723251.7228.43
Hex232D6E443B039e8341c
Octal4355156104730713506434
Binary1000111011011101110100010011101101110011110100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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