#23306A

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

Shades of Deep Koamaru #23306A

Tints of Deep Koamaru #23306A

Color information

#23306A (or 0x23306A) is unknown color: approx Deep Koamaru. HEX triplet: 23, 30 and 6A. RGB value is (35,48,106). Sum of RGB (Red+Green+Blue) = 35+48+106=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #23306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23306A is #DCCF95. Grayscale: #323232. Windows color (decimal): -14471062 or 6959139. OLE color: 6959139.

HSL color Cylindrical-coordinate representation of color #23306A: hue angle of 229.01º degrees, saturation: 0.5, 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 #23306A is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3548106-
CMYK0.670.5500.58
HSL229.01º50.35%27.65%-
HSV(B)229.01º66.98%41.57%-
XYZ4.353.5114.08-
YUV50.72159.19116.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 106 (41.80% from 255) = 56.08%
R=18.52%
G=25.40%
B=56.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35481060.670.5500.58229.0150.3527.65
Hex23306A433703Ae5321c
Octal4360152103670723456234
Binary1000111100001101010100001111011101110101110010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23306A; }

 p { color: rgb(35,48,106); }

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

<style>
 a { background-color: #23306A; }

 a { background-color: rgb(35,48,106); }

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

<style>
 span { border-color: #23306A; }

 span { border-color: rgb(35,48,106); }

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