#303460

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

Shades of Deep Koamaru #303460

Tints of Deep Koamaru #303460

Color information

#303460 (or 0x303460) is unknown color: approx Deep Koamaru. HEX triplet: 30, 34 and 60. RGB value is (48,52,96). Sum of RGB (Red+Green+Blue) = 48+52+96=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #303460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303460 is #CFCB9F. Grayscale: #373737. Windows color (decimal): -13618080 or 6304816. OLE color: 6304816.

HSL color Cylindrical-coordinate representation of color #303460: hue angle of 235º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #303460 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB485296-
CMYK0.500.4600.62
HSL235º33.33%28.24%-
HSV(B)235º50%37.65%-
XYZ4.563.9311.58-
YUV55.82150.67122.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=24.49%
G=26.53%
B=48.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4852960.500.4600.6223533.3328.24
Hex303460322E03Eeb211c
Octal606414062560763534134
Binary110000110100110000011001010111001111101110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303460; }

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

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

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

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

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

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

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

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