#303361

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

Shades of Deep Koamaru #303361

Tints of Deep Koamaru #303361

Color information

#303361 (or 0x303361) is unknown color: approx Deep Koamaru. HEX triplet: 30, 33 and 61. RGB value is (48,51,97). Sum of RGB (Red+Green+Blue) = 48+51+97=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #303361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303361 is #CFCC9E. Grayscale: #373737. Windows color (decimal): -13618335 or 6370096. OLE color: 6370096.

HSL color Cylindrical-coordinate representation of color #303361: hue angle of 236.33º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303361 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB485197-
CMYK0.510.4700.62
HSL236.33º33.79%28.43%-
HSV(B)236.33º50.52%38.04%-
XYZ4.563.8611.81-
YUV55.35151.51122.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=24.49%
G=26.02%
B=49.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4851970.510.4700.62236.3333.7928.43
Hex303361332F03Eec221c
Octal606314163570763544234
Binary110000110011110000111001110111101111101110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303361; }

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

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

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

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

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

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

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

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