#306753

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

Shades of Spectra #306753

Tints of Spectra #306753

Color information

#306753 (or 0x306753) is unknown color: approx Spectra. HEX triplet: 30, 67 and 53. RGB value is (48,103,83). Sum of RGB (Red+Green+Blue) = 48+103+83=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #306753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306753 is #CF98AC. Grayscale: #545454. Windows color (decimal): -13605037 or 5465904. OLE color: 5465904.

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

Color convert

RGB4810383-
CMYK0.5300.190.60
HSL158.18º36.42%29.61%-
HSV(B)158.18º53.4%40.39%-
XYZ7.6310.959.9-
YUV84.28127.28102.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=20.51%
G=44.02%
B=35.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103830.5300.190.60158.1836.4229.61
Hex306753350133C9e241e
Octal6014712365023742364436
Binary110000110011110100111101010100111111001001111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306753; }

 p { color: rgb(48,103,83); }

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

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

 a { background-color: rgb(48,103,83); }

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

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

 span { border-color: rgb(48,103,83); }

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