#30355F

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

Shades of Deep Koamaru #30355F

Tints of Deep Koamaru #30355F

Color information

#30355F (or 0x30355F) is unknown color: approx Deep Koamaru. HEX triplet: 30, 35 and 5F. RGB value is (48,53,95). Sum of RGB (Red+Green+Blue) = 48+53+95=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #30355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30355F is #CFCAA0. Grayscale: #383838. Windows color (decimal): -13617825 or 6239536. OLE color: 6239536.

HSL color Cylindrical-coordinate representation of color #30355F: hue angle of 233.62º degrees, saturation: 0.33, 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 #30355F is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB485395-
CMYK0.490.4400.63
HSL233.62º32.87%28.04%-
HSV(B)233.62º49.47%37.25%-
XYZ4.56411.36-
YUV56.29149.84122.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=24.49%
G=27.04%
B=48.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4853950.490.4400.63233.6232.8728.04
Hex30355F312C03Fea211c
Octal606513761540773524134
Binary110000110101101111111000110110001111111110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30355F; }

 p { color: rgb(48,53,95); }

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

<style>
 a { background-color: #30355F; }

 a { background-color: rgb(48,53,95); }

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

<style>
 span { border-color: #30355F; }

 span { border-color: rgb(48,53,95); }

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