#30345E

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

Shades of Deep Koamaru #30345E

Tints of Deep Koamaru #30345E

Color information

#30345E (or 0x30345E) is unknown color: approx Deep Koamaru. HEX triplet: 30, 34 and 5E. RGB value is (48,52,94). Sum of RGB (Red+Green+Blue) = 48+52+94=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #30345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30345E is #CFCBA1. Grayscale: #373737. Windows color (decimal): -13618082 or 6173744. OLE color: 6173744.

HSL color Cylindrical-coordinate representation of color #30345E: hue angle of 234.78º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30345E is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB485294-
CMYK0.490.4500.63
HSL234.78º32.39%27.84%-
HSV(B)234.78º48.94%36.86%-
XYZ4.473.8911.11-
YUV55.59149.67122.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=24.74%
G=26.80%
B=48.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4852940.490.4500.63234.7832.3927.84
Hex30345E312D03Feb201c
Octal606413661550773534034
Binary110000110100101111011000110110101111111110101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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