#30335C

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

Shades of Deep Koamaru #30335C

Tints of Deep Koamaru #30335C

Color information

#30335C (or 0x30335C) is unknown color: approx Deep Koamaru. HEX triplet: 30, 33 and 5C. RGB value is (48,51,92). Sum of RGB (Red+Green+Blue) = 48+51+92=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #30335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30335C is #CFCCA3. Grayscale: #363636. Windows color (decimal): -13618340 or 6042416. OLE color: 6042416.

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

Color convert

RGB485192-
CMYK0.480.4500.64
HSL235.91º31.43%27.45%-
HSV(B)235.91º47.83%36.08%-
XYZ4.333.7710.62-
YUV54.78149.01123.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=25.13%
G=26.70%
B=48.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4851920.480.4500.64235.9131.4327.45
Hex30335C302D040ec1f1b
Octal6063134605501003543733
Binary110000110011101110011000010110101000000111011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30335C; }

 p { color: rgb(48,51,92); }

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

<style>
 a { background-color: #30335C; }

 a { background-color: rgb(48,51,92); }

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

<style>
 span { border-color: #30335C; }

 span { border-color: rgb(48,51,92); }

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