#30345B

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

Shades of Deep Koamaru #30345B

Tints of Deep Koamaru #30345B

Color information

#30345B (or 0x30345B) is unknown color: approx Deep Koamaru. HEX triplet: 30, 34 and 5B. RGB value is (48,52,91). Sum of RGB (Red+Green+Blue) = 48+52+91=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #30345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30345B is #CFCBA4. Grayscale: #373737. Windows color (decimal): -13618085 or 5977136. OLE color: 5977136.

HSL color Cylindrical-coordinate representation of color #30345B: hue angle of 234.42º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30345B is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB485291-
CMYK0.470.4300.64
HSL234.42º30.94%27.25%-
HSV(B)234.42º47.25%35.69%-
XYZ4.343.8410.41-
YUV55.25148.17122.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=25.13%
G=27.23%
B=47.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4852910.470.4300.64234.4230.9427.25
Hex30345B2F2B040ea1f1b
Octal6064133575301003523733
Binary110000110100101101110111110101101000000111010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30345B; }

 p { color: rgb(48,52,91); }

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

<style>
 a { background-color: #30345B; }

 a { background-color: rgb(48,52,91); }

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

<style>
 span { border-color: #30345B; }

 span { border-color: rgb(48,52,91); }

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