#232B6B

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

Shades of Deep Koamaru #232B6B

Tints of Deep Koamaru #232B6B

Color information

#232B6B (or 0x232B6B) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2B and 6B. RGB value is (35,43,107). Sum of RGB (Red+Green+Blue) = 35+43+107=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #232B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B6B is #DCD494. Grayscale: #2F2F2F. Windows color (decimal): -14472341 or 7023395. OLE color: 7023395.

HSL color Cylindrical-coordinate representation of color #232B6B: hue angle of 233.33º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232B6B is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3543107-
CMYK0.670.6000.58
HSL233.33º50.7%27.84%-
HSV(B)233.33º67.29%41.96%-
XYZ4.213.1514.3-
YUV47.9161.35118.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 107 (42.19% from 255) = 57.84%
R=18.92%
G=23.24%
B=57.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35431070.670.6000.58233.3350.727.84
Hex232B6B433C03Ae9331c
Octal4353153103740723516334
Binary1000111010111101011100001111110001110101110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,43,107); }

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

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

 a { background-color: rgb(35,43,107); }

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

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

 span { border-color: rgb(35,43,107); }

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