#302D65

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

Shades of Deep Koamaru #302D65

Tints of Deep Koamaru #302D65

Color information

#302D65 (or 0x302D65) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2D and 65. RGB value is (48,45,101). Sum of RGB (Red+Green+Blue) = 48+45+101=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #302D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D65 is #CFD29A. Grayscale: #343434. Windows color (decimal): -13619867 or 6630704. OLE color: 6630704.

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

Color convert

RGB4845101-
CMYK0.520.5500.60
HSL243.21º38.36%28.63%-
HSV(B)243.21º55.45%39.61%-
XYZ4.513.4412.74-
YUV52.28155.49124.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=24.74%
G=23.20%
B=52.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48451010.520.5500.60243.2138.3628.63
Hex302D65343703Cf3261d
Octal605514564670743634635
Binary110000101101110010111010011011101111001111001110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D65; }

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

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

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

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

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

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

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

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