#232D65

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

Shades of Deep Koamaru #232D65

Tints of Deep Koamaru #232D65

Color information

#232D65 (or 0x232D65) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2D and 65. RGB value is (35,45,101). Sum of RGB (Red+Green+Blue) = 35+45+101=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #232D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D65 is #DCD29A. Grayscale: #303030. Windows color (decimal): -14471835 or 6630691. OLE color: 6630691.

HSL color Cylindrical-coordinate representation of color #232D65: hue angle of 230.91º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232D65 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3545101-
CMYK0.650.5500.60
HSL230.91º48.53%26.67%-
HSV(B)230.91º65.35%39.61%-
XYZ3.983.1712.71-
YUV48.39157.69118.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 101 (39.84% from 255) = 55.80%
R=19.34%
G=24.86%
B=55.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35451010.650.5500.60230.9148.5326.67
Hex232D65413703Ce7311b
Octal4355145101670743476133
Binary1000111011011100101100000111011101111001110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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