Html Css Color HEX #306A51 Spectra

📋 copy color: '#306A51'

red 48 ◦ green 106 ◦ blue 81

#306A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #306A51

Tints of Spectra #306A51

RGB

 RED value IS 48 (19.14% from 255) = 20.43%

 GREEN value IS 106 (41.8% from 255) = 45.11%

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 20.43%
G = 45.11%
B = 34.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#306A51 (or 0x306A51) is known color: Spectra. HEX triplet: 30, 6A and 51. RGB value is (48,106,81). Sum of RGB (Red+Green+Blue) = 48+106+81=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #306A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A51 is #CF95AE. Grayscale: #555555. Windows color (decimal): -13604271 or 5335600. OLE color: 5335600.

HSL color Cylindrical-coordinate representation of color #306A51: hue angle of 154.14º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A51 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 106 81 -
CMYK 0.55 0 0.24 0.58
HSL 154.14º 0.38% 0.3% -
HSV(B) 154.14º 0.55% 0.42% -
XYZ 7.86 11.53 9.6 -
YUV 85.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 48 106 81 0.55 0 0.24 0.58 154.14 0.38 0.3
Hex 30 6A 51 37 0 18 3A 9A 26 1E
Octal 60 152 121 67 0 30 72 232 46 36
Binary 110000 1101010 1010001 110111 0 11000 111010 10011010 100110 11110

Color Harmonies of #306A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A51

Black with #306A51

Text Example


Text Example

White with #306A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306A51; }

 p { color: rgb(48,106,81); }

 H1.HeaderClassName
 {
   color: #306A51;
 }
 .AnyTagClassName
 {
   color: #306A51;
 }
</style>

background-color css

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

 a { background-color: rgb(48,106,81); }

 div.DivClassName
 {
   background-color: #306A51;
 }
 .BgClassName
 {
   background-color: #306A51;
 }
</style>

border-color css

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

 span { border-color: rgb(48,106,81); }

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