#232C65

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

Shades of Deep Koamaru #232C65

Tints of Deep Koamaru #232C65

Color information

#232C65 (or 0x232C65) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2C and 65. RGB value is (35,44,101). Sum of RGB (Red+Green+Blue) = 35+44+101=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #232C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C65 is #DCD39A. Grayscale: #2F2F2F. Windows color (decimal): -14472091 or 6630435. OLE color: 6630435.

HSL color Cylindrical-coordinate representation of color #232C65: hue angle of 231.82º 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 #232C65 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3544101-
CMYK0.650.5600.60
HSL231.82º48.53%26.67%-
HSV(B)231.82º65.35%39.61%-
XYZ3.943.112.7-
YUV47.81158.02118.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 101 (39.84% from 255) = 56.11%
R=19.44%
G=24.44%
B=56.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35441010.650.5600.60231.8248.5326.67
Hex232C65413803Ce8311b
Octal4354145101700743506133
Binary1000111011001100101100000111100001111001110100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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