Html Css Color HEX #306351 Spectra

📋 copy color: '#306351'

red 48 ◦ green 99 ◦ blue 81

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

Shades of Spectra #306351

Tints of Spectra #306351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

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

R = 21.05%
G = 43.42%
B = 35.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#306351 (or 0x306351) is known color: Spectra. HEX triplet: 30, 63 and 51. RGB value is (48,99,81). Sum of RGB (Red+Green+Blue) = 48+99+81=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #306351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306351 is #CF9CAE. Grayscale: #515151. Windows color (decimal): -13606063 or 5333808. OLE color: 5333808.

HSL color Cylindrical-coordinate representation of color #306351: hue angle of 158.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306351 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 81 -
CMYK 0.52 0 0.18 0.61
HSL 158.82º 0.35% 0.29% -
HSV(B) 158.82º 0.52% 0.39% -
XYZ 7.17 10.15 9.37 -
YUV 81.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 48 99 81 0.52 0 0.18 0.61 158.82 0.35 0.29
Hex 30 63 51 34 0 12 3D 9F 23 1D
Octal 60 143 121 64 0 22 75 237 43 35
Binary 110000 1100011 1010001 110100 0 10010 111101 10011111 100011 11101

Color Harmonies of #306351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306351

Black with #306351

Text Example


Text Example

White with #306351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306351; }

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

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

background-color css

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

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

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

border-color css

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

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

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