#303265

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

Shades of Deep Koamaru #303265

Tints of Deep Koamaru #303265

Color information

#303265 (or 0x303265) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 65. RGB value is (48,50,101). Sum of RGB (Red+Green+Blue) = 48+50+101=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #303265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303265 is #CFCD9A. Grayscale: #373737. Windows color (decimal): -13618587 or 6631984. OLE color: 6631984.

HSL color Cylindrical-coordinate representation of color #303265: hue angle of 237.74º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303265 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4850101-
CMYK0.520.5000.60
HSL237.74º35.57%29.22%-
HSV(B)237.74º52.48%39.61%-
XYZ4.713.8512.81-
YUV55.22153.84122.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=24.12%
G=25.13%
B=50.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48501010.520.5000.60237.7435.5729.22
Hex303265343203Cee241d
Octal606214564620743564435
Binary110000110010110010111010011001001111001110111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303265; }

 p { color: rgb(48,50,101); }

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

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

 a { background-color: rgb(48,50,101); }

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

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

 span { border-color: rgb(48,50,101); }

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